Name the main testsuite
This commit is contained in:
@@ -55,7 +55,7 @@ EOF
|
|||||||
|
|
||||||
echo '<?xml version="1.0" encoding="'$encoding'"?>'
|
echo '<?xml version="1.0" encoding="'$encoding'"?>'
|
||||||
echo '<testsuites>'
|
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/>'
|
echo ' <properties/>'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user