From: Sven Schöling Date: Tue, 8 Mar 2011 11:36:15 +0000 (+0100) Subject: Rekursiv testen. X-Git-Tag: release-2.7.0beta1~305 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=830c089402ac37383f2c4a366514d9961111dca2;p=kivitendo-erp.git Rekursiv testen. --- diff --git a/t/test.sh b/t/test.sh index 53a737095..f76d6014b 100755 --- 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)'