From: Lennart Poettering Date: Wed, 6 Jun 2018 08:16:42 +0000 (+0200) Subject: test: make sure output of test TEST-03 test service ends up on console X-Git-Tag: v239~132^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efd0b6cccae2a6108a1e418caaa627e09bfa9c99;p=thirdparty%2Fsystemd.git test: make sure output of test TEST-03 test service ends up on console --- diff --git a/test/TEST-03-JOBS/test-jobs.sh b/test/TEST-03-JOBS/test-jobs.sh index 4c954d03973..e66ea53621f 100755 --- a/test/TEST-03-JOBS/test-jobs.sh +++ b/test/TEST-03-JOBS/test-jobs.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex # Test merging of a --job-mode=ignore-dependencies job into a previously # installed job. diff --git a/test/TEST-03-JOBS/test.sh b/test/TEST-03-JOBS/test.sh index 65a8893fea8..08e5cfe6c87 100755 --- a/test/TEST-03-JOBS/test.sh +++ b/test/TEST-03-JOBS/test.sh @@ -28,6 +28,8 @@ After=multi-user.target [Service] ExecStart=/test-jobs.sh Type=oneshot +StandardOutput=tty +StandardError=tty EOF # copy the units used by this test