mirror of https://gitee.com/bigwinds/arangodb
fix tests return value
This commit is contained in:
parent
7c180b31fb
commit
fde483293d
|
@ -179,7 +179,7 @@ function Done (suiteName) {
|
||||||
FAILED = 0;
|
FAILED = 0;
|
||||||
DURATION = 0;
|
DURATION = 0;
|
||||||
|
|
||||||
return COMPLETE.RESULTS;
|
return RESULTS;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue