]> 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 d20f01da0a905f0e2420461728b403f6a0c15614..fac0e412a35e67eb71db6ff8f7ad04bcdb61fa8b 100755 (executable)
--- a/t/test.pl
+++ b/t/test.pl
@@ -7,14 +7,14 @@ 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';
 }
 
 sub find_files_to_test {
   my @files;
-  File::Find::find(sub { push @files, $File::Find::name if (-f _) && m/\.t$/ }, 't');
+  File::Find::find(sub { push @files, $File::Find::name if (-f $_) && m/\.t$/ }, 't');
   return @files;
 }