mirror of https://gitee.com/bigwinds/arangodb
fix syntax
This commit is contained in:
parent
a2b29d8864
commit
419f2d965a
|
@ -988,7 +988,7 @@ function performTests(options, testList, testname, remote) {
|
|||
|
||||
if (testList.length === 0) {
|
||||
print("Testsuite is empty!");
|
||||
return {"EMPTY TESTSUITE": {status: false, message: "no testsuites found!"};
|
||||
return {"EMPTY TESTSUITE": {status: false, message: "no testsuites found!"}};
|
||||
}
|
||||
|
||||
for (i = 0; i < testList.length; i++) {
|
||||
|
|
Loading…
Reference in New Issue