1
0
Fork 0

If there is not a single testcase in a testsuite somethings fishy -> fail.

This commit is contained in:
Willi Goesgens 2015-07-14 14:53:13 +02:00
parent b62bd24377
commit cf38aa0f17
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 {};
return {"EMPTY TESTSUITE": {status: false, message: "no testsuites found!"};
}
for (i = 0; i < testList.length; i++) {