From 35935d71d2c0d4448ca123f8a9e888361c1f9102 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 10 Apr 2007 00:37:56 +0000 Subject: [PATCH] Honour the -a option when -t is enabled. --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 912b05d4a..ec4b888ac 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; } }