projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
931c8a6
)
t/test.pl: Neuere Tests kommen sich bei multicore in die Quere. Vorerst ausschalten
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 27 May 2014 15:21:21 +0000
(17:21 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 27 May 2014 15:21:21 +0000
(17:21 +0200)
t/test.pl
patch
|
blob
|
history
diff --git
a/t/test.pl
b/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';
}