X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/825fae12de435166c3706fa21ea7ccc8423c48bb..3d41333d24cf553a5a23a9522586b4f44d859416:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index 6623d3b4b..27fe37199 100755 --- a/test/runtest +++ b/test/runtest @@ -1083,7 +1083,7 @@ if (! -e $sf) for (;;) { print "Continue, Show, or Quit? [Q] "; - $_ = ; + $_ = $force_continue ? "c" : ; tests_exit(1) if /^q?$/i; log_failure($log_failed_filename, $testno, $rf) if (/^c$/i && $force_continue); return 0 if /^c$/i; @@ -3252,7 +3252,7 @@ closedir(DIR); open(T, "/dev/tty") || tests_exit(-1, "Failed to open /dev/tty: $!"); print "\nPress RETURN to run the tests: "; -$_ = ; +$_ = $force_continue ? "c" : ; print "\n"; $lasttestdir = "";