1
0
Fork 0

fix tests return value

This commit is contained in:
Jan Steemann 2014-10-29 21:31:00 +01:00
parent 7c180b31fb
commit fde483293d
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function Done (suiteName) {
FAILED = 0; FAILED = 0;
DURATION = 0; DURATION = 0;
return COMPLETE.RESULTS; return RESULTS;
} }
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////