oss-fuzz: show meson logs

It should help to make it more clear what causes issues like
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30140
and https://github.com/google/oss-fuzz/pull/5084
This commit is contained in:
Evgeny Vereshchagin 2021-02-01 12:40:57 +00:00 committed by Yu Watanabe
parent 934d0d023e
commit 77591e9732

View file

@ -38,7 +38,11 @@ else
fi
fi
meson $build -D$fuzzflag -Db_lundef=false
if ! meson $build -D$fuzzflag -Db_lundef=false; then
cat $build/meson-logs/meson-log.txt
exit 1
fi
ninja -v -C $build fuzzers
# The seed corpus is a separate flat archive for each fuzzer,