1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-21 22:04:01 +03:00

TEST-74-AUX-UTILS: Use tee

Something is failing but we can't see what from the logs so let's use
tee so we can.
This commit is contained in:
Daan De Meyer 2025-01-03 16:33:29 +01:00
parent 37ce3fd2b7
commit bcb10ac473

View File

@ -71,7 +71,7 @@ testcase_transient() {
# Check if we correctly processed the invalid machine ID we set up in the respective
# test.sh file
systemctl --state=failed --no-legend --no-pager >/failed
systemctl --state=failed --no-legend --no-pager | tee /failed
test ! -s /failed
run_testcases