mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 20:23:36 +08:00
mkosi: drop dumping all test output to console again
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.
This commit is contained in:
parent
63d6135fea
commit
5b3325fedf
@ -84,7 +84,7 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
ninja -C "$BUILDDIR" all
|
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
|
ninja -C "$BUILDDIR" install
|
||||||
|
|
||||||
mkdir -p "$DESTDIR"/etc
|
mkdir -p "$DESTDIR"/etc
|
||||||
|
Loading…
Reference in New Issue
Block a user