mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-08 21:17:47 +03:00
test: make sure output of test TEST-03 test service ends up on console
This commit is contained in:
parent
3edc0c590d
commit
efd0b6ccca
@ -1,4 +1,4 @@
|
||||
#!/bin/bash -e
|
||||
#!/bin/bash -ex
|
||||
|
||||
# Test merging of a --job-mode=ignore-dependencies job into a previously
|
||||
# installed job.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user