ClickHouse/debian/pbuilder-test/100_test_run

10 lines
258 B
Plaintext
Raw Normal View History

#!/bin/bash
# delete me:
env
clickhouse-client -q "SELECT * from system.build_options;"
# --no-shard because default server listen only :: and 127.0.0.1
[ -n "$TEST_RUN" ] && clickhouse-test --no-shard --queries /usr/share/clickhouse-test/queries || true