Honour the -a option when -t is enabled.

This commit is contained in:
Dan Fandrich 2007-04-10 00:37:56 +00:00
parent de17f4436e
commit 35935d71d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}