ci: pass max_total_time to libFuzzer

Since clang was updated to 9.0.1 libFuzzer has been exiting with 72
when it's run with timeout. Let's pass -max_total_time to it instead.
This commit is contained in:
Evgeny Vereshchagin 2020-02-17 22:54:42 +00:00
parent 6cec69fc3e
commit c667e09ba0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pip3 install meson
cd $REPO_ROOT
export PATH="$HOME/.local/bin/:$PATH"
tools/oss-fuzz.sh
timeout --preserve-status 5 ./out/fuzz-unit-file
./out/fuzz-unit-file -max_total_time=5
git clean -dxff
wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz