Author: coke
Date: Mon Jul 28 07:25:51 2008
New Revision: 29827

Modified:
   trunk/t/harness

Log:
[testing] Enable simple parallel make test for TH3.
Patch courtesy Eric Wilhelm (RT #57358)



Modified: trunk/t/harness
==============================================================================
--- trunk/t/harness     (original)
+++ trunk/t/harness     Mon Jul 28 07:25:51 2008
@@ -107,7 +107,9 @@
             exit;
         } else {
             $harness = TAP::Harness->new({
-                verbosity => $ENV{HARNESS_VERBOSE}, merge => 0
+                verbosity => $ENV{HARNESS_VERBOSE},
+                merge     => 0,
+                jobs      => $ENV{TEST_JOBS} || 1,
             });
         }
         $harness->runtests(@tests);

Reply via email to