diff options
| -rwxr-xr-x | run-tests.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh index b8eb8e40fef..a69a8fa664a 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -232,7 +232,8 @@ function run_all ()          if [ $retval -ne 0 ]; then  	    if is_bad_test $t; then  		echo  "Ignoring failure from known-bad test $t" -	    else +	        retval=0 +            else                  echo                  echo "Running failed test $t in debug mode"                  echo "Just for debug data, does not change test result"  | 
