1
0
Fork 0

attempt to fix xml output

This commit is contained in:
Jan Steemann 2016-04-22 14:08:44 +02:00
parent 7edc9fde94
commit 7da93fd931
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ function resultsToXml(results, baseName, cluster) {
name: 'all_tests_in_' + xmlName,
time: 0 + current.duration
}, 0 < failuresFound);
xml.elem("/testcase");
}
xml.elem("/testsuite");