From: Dan Fandrich Date: Mon, 21 Apr 2008 17:19:44 +0000 (+0000) Subject: Ignore the result of the postcheck command in torture mode X-Git-Tag: upstream/7.37.1~7900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=768e3e796e7bbe6e7f2187ba2705907c9386d761;p=platform%2Fupstream%2Fcurl.git Ignore the result of the postcheck command in torture mode --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 3c7fc88..606c72d 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!