Doc-Build-Script fixen
[kivitendo-erp.git] / t / test.sh
index 53a7370..521fa0c 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' | HARNESS_OPTIONS=j:c xargs perl -Imodules/fallback -MTest::Harness -e 'BEGIN { unshift @INC, "modules/override" } runtests(@ARGV)'