aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-04-10 00:37:56 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-04-10 00:37:56 +0000
commit35935d71d2c0d4448ca123f8a9e888361c1f9102 (patch)
tree27a5cc76a61c2c9155a301b581fbd1b64a6dc6c4
parentde17f4436ea522278aac411c0da5f0a998b8119d (diff)
Honour the -a option when -t is enabled.
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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;
}
}