mirror of https://gitee.com/bigwinds/arangodb
attempt to fix xml output
This commit is contained in:
parent
7edc9fde94
commit
7da93fd931
|
@ -135,6 +135,7 @@ function resultsToXml(results, baseName, cluster) {
|
||||||
name: 'all_tests_in_' + xmlName,
|
name: 'all_tests_in_' + xmlName,
|
||||||
time: 0 + current.duration
|
time: 0 + current.duration
|
||||||
}, 0 < failuresFound);
|
}, 0 < failuresFound);
|
||||||
|
xml.elem("/testcase");
|
||||||
}
|
}
|
||||||
|
|
||||||
xml.elem("/testsuite");
|
xml.elem("/testsuite");
|
||||||
|
|
Loading…
Reference in New Issue