Name the main testsuite

This commit is contained in:
2026-01-18 11:33:04 -05:00
parent 73cfb3c00c
commit 7754e8fae3

View File

@@ -55,7 +55,7 @@ EOF
echo '<?xml version="1.0" encoding="'$encoding'"?>'
echo '<testsuites>'
echo '<testsuite failures="'$failures'" time="'$elapsed'" timestamp="'$(date +"%Y-%m-%dT%H:%M:%S%:z")'" errors="'$failures'" tests="'$tests'">'
echo '<testsuite name="main" failures="'$failures'" time="'$elapsed'" timestamp="'$(date +"%Y-%m-%dT%H:%M:%S%:z")'" errors="'$failures'" tests="'$tests'">'
echo ' <properties/>'
}