mirror of https://gitee.com/bigwinds/arangodb
don't write undefined into the errors file if no GDB output is there
This commit is contained in:
parent
a607be4f36
commit
51dd5a95b0
|
@ -240,7 +240,7 @@ let JS_ENTERPRISE_DIR;
|
||||||
let LOGS_DIR;
|
let LOGS_DIR;
|
||||||
let PEM_FILE;
|
let PEM_FILE;
|
||||||
let UNITTESTS_DIR;
|
let UNITTESTS_DIR;
|
||||||
let GDB_OUTPUT;
|
let GDB_OUTPUT="";
|
||||||
|
|
||||||
function makeResults (testname) {
|
function makeResults (testname) {
|
||||||
const startTime = time();
|
const startTime = time();
|
||||||
|
|
Loading…
Reference in New Issue