]> wagnertech.de Git - kivitendo-erp.git/blobdiff - t/test.sh
neue kanonische globale Variable "instance_conf"
[kivitendo-erp.git] / t / test.sh
index 53a737095640f34b028696e77bcc1d8d47646d64..c83cdb75463806fa952a5a4ccc66b2d6e46db7ad 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 -MTest::Harness -e 'runtests(@ARGV)'