From: Daan De Meyer Date: Fri, 3 Jan 2025 15:33:29 +0000 (+0100) Subject: TEST-74-AUX-UTILS: Use tee X-Git-Tag: v258-rc1~1728 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bcb10ac473e9b8b5b2cd12ff4ec72c5bcfbf9274;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/units/TEST-74-AUX-UTILS.machine-id-setup.sh b/test/units/TEST-74-AUX-UTILS.machine-id-setup.sh index c2b9db51782..bcd2f315713 100755 --- a/test/units/TEST-74-AUX-UTILS.machine-id-setup.sh +++ b/test/units/TEST-74-AUX-UTILS.machine-id-setup.sh @@ -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