ClickHouse/debian/pbuilder-test/100_test_run

7 lines
268 B
Plaintext
Raw Normal View History

#!/bin/bash
clickhouse-client -q "SELECT * from system.build_options;"
# --no-shard because default server listen only :: and 127.0.0.1
2017-12-27 19:26:18 +00:00
[ -n "$TEST_RUN" ] && clickhouse-test --no-shard --queries /usr/share/clickhouse-test/queries --tmp /tmp/clickhouse-test/ || true