test: make sure output of test TEST-03 test service ends up on console

This commit is contained in:
Lennart Poettering 2018-06-06 10:16:42 +02:00
parent 3edc0c590d
commit efd0b6ccca
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -ex
# Test merging of a --job-mode=ignore-dependencies job into a previously
# installed job.

View File

@ -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