Update run-fuzzer.sh

This commit is contained in:
alexey-milovidov 2021-01-16 19:36:08 +03:00 committed by GitHub
parent 52a05f4b5d
commit b226a4ed4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,8 @@ function fuzz
cd ch
NEW_TESTS=$(git diff --name-only master | grep -P 'tests/queries/0_stateless/*.sql' | sed -r -e 's!^!ch/!' | sort -R)
cd ..
if [[ -n "$NEW_TESTS" ]]; do
if [[ -n "$NEW_TESTS" ]]
then
NEW_TESTS_OPT="--interleave-queries-file ${NEW_TESTS}"
done