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:
5cb3cbb
)
t/test hat modules/fallback und modules/override nicht benutzt.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 10 Jan 2012 15:29:45 +0000
(16:29 +0100)
committer
Wulf
<wulf@coulmann.de>
Tue, 10 Jan 2012 16:09:15 +0000
(17:09 +0100)
t/test.sh
patch
|
blob
|
history
diff --git
a/t/test.sh
b/t/test.sh
index
c83cdb7
..
521fa0c
100755
(executable)
--- a/
t/test.sh
+++ b/
t/test.sh
@@
-1
+1
@@
-find t | grep "\.t$" | grep -v '^t/old' | HARNESS_OPTIONS=j:c xargs perl -
MTest::Harness -e '
runtests(@ARGV)'
+find t | grep "\.t$" | grep -v '^t/old' | HARNESS_OPTIONS=j:c xargs perl -
Imodules/fallback -MTest::Harness -e 'BEGIN { unshift @INC, "modules/override" }
runtests(@ARGV)'