1
0
Fork 0

fix syntax

This commit is contained in:
Willi Goesgens 2015-07-14 17:22:17 +02:00
parent a2b29d8864
commit 419f2d965a
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {