From efd0b6cccae2a6108a1e418caaa627e09bfa9c99 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 6 Jun 2018 10:16:42 +0200 Subject: [PATCH] test: make sure output of test TEST-03 test service ends up on console --- test/TEST-03-JOBS/test-jobs.sh | 2 +- test/TEST-03-JOBS/test.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/TEST-03-JOBS/test-jobs.sh b/test/TEST-03-JOBS/test-jobs.sh index 4c954d0397..e66ea53621 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 65a8893fea..08e5cfe6c8 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