diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-06-06 10:16:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-06-06 11:24:34 +0200 |
commit | efd0b6cccae2a6108a1e418caaa627e09bfa9c99 (patch) | |
tree | a28da3af3cde6084824c81b3d2995431d8c78406 /test/TEST-03-JOBS | |
parent | test: disable QEMU based testing for TEST-16-EXTEND-TIMEOUT (diff) | |
download | systemd-efd0b6cccae2a6108a1e418caaa627e09bfa9c99.tar.gz systemd-efd0b6cccae2a6108a1e418caaa627e09bfa9c99.tar.bz2 systemd-efd0b6cccae2a6108a1e418caaa627e09bfa9c99.zip |
test: make sure output of test TEST-03 test service ends up on console
Diffstat (limited to 'test/TEST-03-JOBS')
-rwxr-xr-x | test/TEST-03-JOBS/test-jobs.sh | 2 | ||||
-rwxr-xr-x | test/TEST-03-JOBS/test.sh | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/test/TEST-03-JOBS/test-jobs.sh b/test/TEST-03-JOBS/test-jobs.sh index 4c954d039..e66ea5362 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 65a8893fe..08e5cfe6c 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 |