git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adjust runtest -CONTINUE to work everywhere
[users/heiko/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 6623d3b4b62c80d80a5621d1050db7eb640089a9..27fe3719978383380caebf8f6bc497f090f9ff40 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1083,7
+1083,7
@@
if (! -e $sf)
for (;;)
{
print "Continue, Show, or Quit? [Q] ";
for (;;)
{
print "Continue, Show, or Quit? [Q] ";
- $_ = <T>;
+ $_ =
$force_continue ? "c" :
<T>;
tests_exit(1) if /^q?$/i;
log_failure($log_failed_filename, $testno, $rf) if (/^c$/i && $force_continue);
return 0 if /^c$/i;
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: ";
open(T, "/dev/tty") || tests_exit(-1, "Failed to open /dev/tty: $!");
print "\nPress RETURN to run the tests: ";
-$_ = <T>;
+$_ =
$force_continue ? "c" :
<T>;
print "\n";
$lasttestdir = "";
print "\n";
$lasttestdir = "";