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:
1b65e28
)
Rekursiv testen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 8 Mar 2011 11:36:15 +0000
(12:36 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:11:58 +0000
(11:11 +0200)
t/test.sh
patch
|
blob
|
history
diff --git
a/t/test.sh
b/t/test.sh
index
53a7370
..
f76d601
100755
(executable)
--- a/
t/test.sh
+++ b/
t/test.sh
@@
-1
+1
@@
-perl -MExtUtils::Command::MM -e 'test_harness(0)' t/*.t
+find t | grep "\.t$" | grep -v '^t/old' | xargs perl -MExtUtils::Command::MM -e 'test_harness(0)'