mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update run-fuzzer.sh
This commit is contained in:
parent
fc35ce69fa
commit
0e70e21b58
@ -116,8 +116,9 @@ case "$stage" in
|
||||
# Run the testing script from the repository
|
||||
echo Using the testing script from the repository
|
||||
export stage=download
|
||||
time ch/docker/test/fuzzer/run-fuzzer.sh
|
||||
# Keep the error code
|
||||
time ch/docker/test/fuzzer/run-fuzzer.sh || exit $?
|
||||
exit $?
|
||||
fi
|
||||
;&
|
||||
"download")
|
||||
|
Loading…
Reference in New Issue
Block a user