mirror of https://gitee.com/bigwinds/arangodb
If there is not a single testcase in a testsuite somethings fishy -> fail.
This commit is contained in:
parent
b62bd24377
commit
cf38aa0f17
|
@ -988,7 +988,7 @@ function performTests(options, testList, testname, remote) {
|
||||||
|
|
||||||
if (testList.length === 0) {
|
if (testList.length === 0) {
|
||||||
print("Testsuite is empty!");
|
print("Testsuite is empty!");
|
||||||
return {};
|
return {"EMPTY TESTSUITE": {status: false, message: "no testsuites found!"};
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < testList.length; i++) {
|
for (i = 0; i < testList.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue