1
0
Fork 0

don't write undefined into the errors file if no GDB output is there

This commit is contained in:
Wilfried Goesgens 2016-10-07 15:15:33 +02:00
parent a607be4f36
commit 51dd5a95b0
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ let JS_ENTERPRISE_DIR;
let LOGS_DIR;
let PEM_FILE;
let UNITTESTS_DIR;
let GDB_OUTPUT;
let GDB_OUTPUT="";
function makeResults (testname) {
const startTime = time();