]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: drop dumping all test output to console again
authorLennart Poettering <lennart@poettering.net>
Thu, 19 Apr 2018 09:16:04 +0000 (11:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 19 Apr 2018 09:41:28 +0000 (11:41 +0200)
As it appears meson's test cases nowadays (?) show useful logs for
failing tests anyway, hence there's no need to show them unconditionally
in full every time anymore. Let's hence simplify and drop this.

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