]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/test.pl
t/test.pl: Neuere Tests kommen sich bei multicore in die Quere. Vorerst ausschalten
[kivitendo-erp.git] / t / test.pl
index da10840a55cad3d294b402f232372783d3c442bd..fac0e412a35e67eb71db6ff8f7ad04bcdb61fa8b 100755 (executable)
--- a/t/test.pl
+++ b/t/test.pl
@@ -7,7 +7,7 @@ use File::Find ();
 use Test::Harness qw(runtests execute_tests);
 
 BEGIN {
-  $ENV{HARNESS_OPTIONS} = 'j:c';
+   $ENV{HARNESS_OPTIONS} = 'c';
   unshift @INC, 'modules/override';
   push    @INC, 'modules/fallback';
 }