From: Frantisek Sumsal Date: Sat, 18 Sep 2021 21:18:57 +0000 (+0200) Subject: test: dump the test output to console as well for easier debugging X-Git-Tag: v250-rc1~653^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20780%2Fhead;p=thirdparty%2Fsystemd.git test: dump the test output to console as well for easier debugging --- diff --git a/test/units/testsuite-64.service b/test/units/testsuite-64.service index 4c8f701e73b..0f8cfa3770c 100644 --- a/test/units/testsuite-64.service +++ b/test/units/testsuite-64.service @@ -5,3 +5,5 @@ Description=TEST-64-UDEV ExecStartPre=rm -f /failed /testok ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh Type=oneshot +StandardOutput=journal+console +StandardError=journal+console