mirror of https://gitee.com/bigwinds/arangodb
fixed non shebang
This commit is contained in:
parent
aad92ba3b6
commit
b736282bbc
|
@ -2225,12 +2225,12 @@ testFuncs.arangosh = function(options) {
|
|||
yaml.safeDump(rc);
|
||||
}
|
||||
|
||||
ret.ArangoshExitCodeTest.testArangoshebang['status'] = failSuccess;
|
||||
ret.ArangoshExitCodeTest.testArangoshebang['duration'] = deltaTime3;
|
||||
|
||||
print("Status: " + ((successSuccess) ? "SUCCESS" : "FAIL") + "\n");
|
||||
}
|
||||
|
||||
ret.ArangoshExitCodeTest.testArangoshebang['status'] = shebangSuccess;
|
||||
ret.ArangoshExitCodeTest.testArangoshebang['duration'] = deltaTime3;
|
||||
|
||||
// return result
|
||||
ret.ArangoshExitCodeTest.status = failSuccess && successSuccess && shebangSuccess;
|
||||
ret.ArangoshExitCodeTest.duration = deltaTime + deltaTime2 + deltaTime3;
|
||||
|
|
Loading…
Reference in New Issue