]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - tools/oss-fuzz.sh
oss-fuzz: show meson logs
[thirdparty/systemd.git] / tools / oss-fuzz.sh
index 491246b32ba1970724c01169a37fb6c08ba5290e..767da15f7c7f7e249f1eccd7167fd98287dae6a2 100755 (executable)
@@ -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,