X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=test%2Fruntest;h=27fe3719978383380caebf8f6bc497f090f9ff40;hp=6623d3b4b62c80d80a5621d1050db7eb640089a9;hb=efede11283a5825d0c6d7d200debf1e05b1cca64;hpb=54e3e5b64c9fa8b6f3628e200d63b028b97f4526;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 = "";