X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=test%2Fruntest;h=166a701e1c8266ccc910fde9d206aaacf573508e;hb=8334b9b803393346e08706f7a5d435de510d3172;hp=421e0b3805d3c7db1208eac502f56e0b75541b13;hpb=c562fd30c03126dd72d76ec43842d9d00fcd8bf3;p=exim.git diff --git a/test/runtest b/test/runtest index 421e0b380..166a701e1 100755 --- a/test/runtest +++ b/test/runtest @@ -2010,7 +2010,8 @@ elsif (/^([A-Z_]+=\S+\s+)?(\d+)?\s*(sudo\s+)?exim(_\S+)?\s+(.*)$/) for ($i = @msglist; $i > 0; $i--) { $args =~ s/\$msg$i/$msglist[$i-1]/g; } if ( $args =~ /\$msg\d/ ) { - tests_exit(-1, "Not enough messages in spool, for test $testno line $lineno\n"); + tests_exit(-1, "Not enough messages in spool, for test $testno line $lineno\n") + unless $force_continue; } }