Update run-fuzzer.sh

This commit is contained in:
Alexander Kuzmenkov 2020-07-30 22:04:15 +03:00 committed by GitHub
parent fc35ce69fa
commit 0e70e21b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")