Update run.sh

This commit is contained in:
tavplubix 2021-02-19 22:39:42 +03:00 committed by GitHub
parent 033f55f498
commit f5fc082ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,4 +114,4 @@ mv /var/log/clickhouse-server/stderr.log /test_output/
# Write check result into check_status.tsv
clickhouse-local --structure "test String, res String" -q "SELECT 'failure', test FROM table WHERE res != 'OK' LIMIT 1" < /test_output/test_results.tsv > /test_output/check_status.tsv
[ -s /test_output/check_status.tsv ] || echo -e "success\tNo errors found"
[ -s /test_output/check_status.tsv ] || echo -e "success\tNo errors found" > /test_output/check_status.tsv