t/test.pl: Neuere Tests kommen sich bei multicore in die Quere. Vorerst ausschalten
[kivitendo-erp.git] / t / test.pl
index da10840..fac0e41 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';
 }