Update run-fuzzer.sh

This commit is contained in:
alexey-milovidov 2021-01-16 22:01:29 +03:00 committed by GitHub
parent b226a4ed4d
commit 41c77b4775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ function fuzz
if [[ -n "$NEW_TESTS" ]]
then
NEW_TESTS_OPT="--interleave-queries-file ${NEW_TESTS}"
done
fi
./clickhouse-server --config-file db/config.xml -- --path db 2>&1 | tail -100000 > server.log &
server_pid=$!