X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/1d91e75c53e7da5bf2c1b334f5aeecf241dc5ec4..1c103b3a9a96a045a221760af82bc99093b3076c:/t/test.sh?ds=inline diff --git a/t/test.sh b/t/test.sh index 53a737095..761f9021f 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' | HARNESS_OPTIONS=j:c xargs perl -Imodules/override -MTest::Harness -e 'BEGIN { push @INC, "modules/fallback" } runtests(@ARGV)'