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:
parent
37ce3fd2b7
commit
bcb10ac473
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user