]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - mkosi.build
core: when applying io/blkio per-device rules, don't remove them if they fail
[thirdparty/systemd.git] / mkosi.build
index 093a586b8362bc759349d1cfffba2208b685ad7b..ee9f7d95ad41cf626a530d71c6553461c82b5db6 100755 (executable)
@@ -84,7 +84,7 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
 fi
 
 ninja -C "$BUILDDIR" all
-[ "$WITH_TESTS" = 0 ] || ninja -C "$BUILDDIR" test || ( RET="$?" ; cat "$BUILDDIR"/meson-logs/testlog.txt ; exit "$RET" )
+[ "$WITH_TESTS" = 0 ] || ninja -C "$BUILDDIR" test
 ninja -C "$BUILDDIR" install
 
 mkdir -p "$DESTDIR"/etc