projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039f428
)
mkosi: Print logs of failing tests
author
Jan Janssen
<medhefgo@web.de>
Thu, 25 Aug 2022 10:13:35 +0000
(12:13 +0200)
committer
Luca Boccassi
<luca.boccassi@gmail.com>
Thu, 25 Aug 2022 20:42:57 +0000
(21:42 +0100)
mkosi.build
patch
|
blob
|
history
diff --git
a/mkosi.build
b/mkosi.build
index cb67ad722bf453a8088f740345fdd3af1231532b..1154e738f4c32ddec31fd94d85083c526ed616b8 100755
(executable)
--- 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"