From: Jan Janssen Date: Thu, 25 Aug 2022 10:13:35 +0000 (+0200) Subject: mkosi: Print logs of failing tests X-Git-Tag: v252-rc1~340 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de9b57a130e541dc75abe9507a9d94ef35d2ee8b;p=thirdparty%2Fsystemd.git mkosi: Print logs of failing tests --- diff --git a/mkosi.build b/mkosi.build index cb67ad722bf..1154e738f4c 100755 --- a/mkosi.build +++ b/mkosi.build @@ -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"