perl.cvs.parrot
[Top] [All Lists]

[svn:parrot] r29827 - trunk/t

Subject: [svn:parrot] r29827 - trunk/t
From: coke@xxxxxxxxxxxx
Date: Mon, 28 Jul 2008 07:25:53 -0700 (PDT)
Newsgroups: perl.cvs.parrot

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);

<Prev in Thread] Current Thread [Next in Thread>
  • [svn:parrot] r29827 - trunk/t, coke <=