1
0
Fork 0

unified naming (.txt => .json)

This commit is contained in:
Frank Celler 2016-02-04 12:36:48 +01:00
parent ea040037cb
commit 7be4ad5a21
1 changed files with 1 additions and 1 deletions

View File

@ -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,