mirror of https://gitee.com/bigwinds/arangodb
unified naming (.txt => .json)
This commit is contained in:
parent
ea040037cb
commit
7be4ad5a21
|
@ -205,7 +205,7 @@ function main(argv) {
|
|||
|
||||
if (options.writeXmlReport) {
|
||||
fs.write("out/UNITTEST_RESULT.json", inspect(r));
|
||||
fs.write("out/UNITTEST_RESULT_CRASHED.txt", String(r.crashed));
|
||||
fs.write("out/UNITTEST_RESULT_CRASHED.json", String(r.crashed));
|
||||
|
||||
try {
|
||||
resultsToXml(r,
|
||||
|
|
Loading…
Reference in New Issue