diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-04-10 00:37:56 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-04-10 00:37:56 +0000 |
commit | 35935d71d2c0d4448ca123f8a9e888361c1f9102 (patch) | |
tree | 27a5cc76a61c2c9155a301b581fbd1b64a6dc6c4 /tests | |
parent | de17f4436ea522278aac411c0da5f0a998b8119d (diff) |
Honour the -a option when -t is enabled.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
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; } } |