summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2020-02-17 22:54:42 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2020-02-18 02:29:50 +0300
commitc667e09ba0676cebb741e8ae6313792be748248f (patch)
tree1ff1d981a32714a0bb0715c860281a236e316bd7
parent6cec69fc3edd2a9385253cd64f2205a87ffc255e (diff)
downloadsystemd-c667e09ba0676cebb741e8ae6313792be748248f.tar.gz
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.
-rwxr-xr-xtravis-ci/managers/fuzzbuzz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/fuzzbuzz.sh b/travis-ci/managers/fuzzbuzz.sh
index b89cfba11a..c841af1214 100755
--- a/travis-ci/managers/fuzzbuzz.sh
+++ b/travis-ci/managers/fuzzbuzz.sh
@@ -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