mkosi: Print logs of failing tests

This commit is contained in:
Jan Janssen 2022-08-25 12:13:35 +02:00 committed by Luca Boccassi
parent 039f42842a
commit de9b57a130

View file

@ -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"