aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 3c7fc882a..606c72dd5 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2102,12 +2102,14 @@ sub singletest {
chomp $cmd;
subVariables \$cmd;
if($cmd) {
+ logmsg "postcheck $cmd\n" if($verbose);
my $rc = runclient("$cmd");
- if($rc != 0) {
+ # Must run the postcheck command in torture mode in order
+ # to clean up, but the result can't be relied upon.
+ if($rc != 0 && !$torture) {
logmsg " postcheck FAILED\n";
return 1;
}
- logmsg "postchecked $cmd\n" if($verbose);
}
# remove the special FTP command file after each test!