From bcb10ac473e9b8b5b2cd12ff4ec72c5bcfbf9274 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 3 Jan 2025 16:33:29 +0100 Subject: [PATCH] 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. --- test/units/TEST-74-AUX-UTILS.machine-id-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3