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:
d92c7b0
)
standardmäßig tests auf multithreaden.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:44:36 +0000
(11:44 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:44:36 +0000
(11:44 +0200)
t/test.sh
patch
|
blob
|
history
diff --git
a/t/test.sh
b/t/test.sh
index
f76d601
..
c83cdb7
100755
(executable)
--- a/
t/test.sh
+++ b/
t/test.sh
@@
-1
+1
@@
-find t | grep "\.t$" | grep -v '^t/old' |
xargs perl -MExtUtils::Command::MM -e 'test_harness(0
)'
+find t | grep "\.t$" | grep -v '^t/old' |
HARNESS_OPTIONS=j:c xargs perl -MTest::Harness -e 'runtests(@ARGV
)'