X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Ftest.sh;h=761f9021f76b868b0861f398ece37c7ddb8c8765;hb=46b00bb49d5514f00c8ebf70c19b0e929b6a5a9b;hp=53a737095640f34b028696e77bcc1d8d47646d64;hpb=1d91e75c53e7da5bf2c1b334f5aeecf241dc5ec4;p=kivitendo-erp.git 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)'