From: Dan Fandrich Date: Tue, 10 Apr 2007 00:37:56 +0000 (+0000) Subject: Honour the -a option when -t is enabled. X-Git-Tag: curl-7_16_2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35935d71d2c0d4448ca123f8a9e888361c1f9102;p=thirdparty%2Fcurl.git Honour the -a option when -t is enabled. --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 912b05d4a7..ec4b888aca 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -423,7 +423,7 @@ sub torture { logmsg " Failed on alloc number $limit in test.\n", " invoke with -t$limit to repeat this single case.\n"; stopservers($verbose); - exit 1; + return 1; } }