From 67a79e66d2108897d464c4a6ceb440943219dc26 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 18 Jan 2026 11:26:00 -0500 Subject: [PATCH] system-out and system-err should be there even if no failure --- lib/junit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/junit.sh b/lib/junit.sh index 9e69f2e..c666d64 100644 --- a/lib/junit.sh +++ b/lib/junit.sh @@ -106,11 +106,11 @@ EOF cdata="$6" SHUNIT_TESTS=$(expr $SHUNIT_TESTS + 1) echo ' ' >> /tmp/$$.junit + echo ' ' >> /tmp/$$.junit + echo ' ' >> /tmp/$$.junit if [ "$failtype" != "" ]; then SHUNIT_ERRORS=$(expr $SHUNIT_ERRORS + 1) SHUNIT_FAILURES=$(expr $SHUNIT_FAILURES + 1) - echo ' ' >> /tmp/$$.junit - echo ' ' >> /tmp/$$.junit echo ' ' >> /tmp/$$.junit echo ' > /tmp/$$.junit echo "${cdata}" >> /tmp/$$.junit