diff options
Diffstat (limited to 'run-tests.sh')
| -rwxr-xr-x | run-tests.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index 9b71aea9516..12d902fbc88 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -165,7 +165,7 @@ function run_tests()                  echo "Running tests in file $t"                  prove -f --timer $t              fi -	    TMP_RES=$? +            TMP_RES=$?              if [ ${TMP_RES} -ne 0 ] ; then                  RES=${TMP_RES}                  FAILED="$FAILED $t"  | 
