projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63d6135
)
mkosi: drop dumping all test output to console again
author
Lennart Poettering
<lennart@poettering.net>
Thu, 19 Apr 2018 09:16:04 +0000
(11:16 +0200)
committer
Lennart 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
patch
|
blob
|
history
diff --git
a/mkosi.build
b/mkosi.build
index 093a586b8362bc759349d1cfffba2208b685ad7b..ee9f7d95ad41cf626a530d71c6553461c82b5db6 100755
(executable)
--- a/
mkosi.build
+++ b/
mkosi.build
@@
-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