]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Print logs of failing tests
authorJan Janssen <medhefgo@web.de>
Thu, 25 Aug 2022 10:13:35 +0000 (12:13 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 25 Aug 2022 20:42:57 +0000 (21:42 +0100)
mkosi.build

index cb67ad722bf453a8088f740345fdd3af1231532b..1154e738f4c32ddec31fd94d85083c526ed616b8 100755 (executable)
@@ -167,7 +167,7 @@ if [ "$WITH_TESTS" = 1 ] ; then
                 TIMEOUT_MULTIPLIER=1
         fi
 
-        meson test --timeout-multiplier=$TIMEOUT_MULTIPLIER
+        meson test --print-errorlogs --timeout-multiplier=$TIMEOUT_MULTIPLIER
 fi
 cd "$SRCDIR"