Honour the -a option when -t is enabled.
authorDan Fandrich <dan@coneharvesters.com>
Tue, 10 Apr 2007 00:37:56 +0000 (00:37 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 10 Apr 2007 00:37:56 +0000 (00:37 +0000)
tests/runtests.pl

index 912b05d..ec4b888 100755 (executable)
@@ -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;
         }
     }