1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

test: dump the test output to console as well for easier debugging

This commit is contained in:
Frantisek Sumsal 2021-09-18 23:18:57 +02:00
parent 41187e716d
commit 26a5ae8e95

View File

@ -5,3 +5,5 @@ Description=TEST-64-UDEV
ExecStartPre=rm -f /failed /testok
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot
StandardOutput=journal+console
StandardError=journal+console