[svn:parrot] r49347 - in trunk: . t

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Mon Sep 27 00:27:47 UTC 2010


Author: dukeleto
Date: Mon Sep 27 00:27:47 2010
New Revision: 49347
URL: https://trac.parrot.org/parrot/changeset/49347

Log:
[t][doc] Teach 'make smoke' about TEST_JOBS, kid51++ and update NEWS

Modified:
   trunk/NEWS
   trunk/t/harness

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Sun Sep 26 17:19:13 2010	(r49346)
+++ trunk/NEWS	Mon Sep 27 00:27:47 2010	(r49347)
@@ -1,7 +1,12 @@
 # $Id$
 
 New in 2.9.0
-  <already adding news for 2.9.0 would be nice>
+- Core
+  + New default garbage collector
+- Testing
+  + "make smoke" now respects TEST_JOBS
+- GitMigration
+- Compilers
 
 New in 2.8.0
 - Core

Modified: trunk/t/harness
==============================================================================
--- trunk/t/harness	Sun Sep 26 17:19:13 2010	(r49346)
+++ trunk/t/harness	Mon Sep 27 00:27:47 2010	(r49347)
@@ -82,6 +82,7 @@
             merge            => 1,
             extra_properties => \%env_data,
             extra_files      => [ 'myconfig', 'config_lib.pir' ],
+            jobs             => $ENV{TEST_JOBS} || 1,
         }
     );
     $harness->runtests(@tests);


More information about the parrot-commits mailing list