X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/830c089402ac37383f2c4a366514d9961111dca2..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/t/test.sh diff --git a/t/test.sh b/t/test.sh index f76d6014b..c83cdb754 100755 --- a/t/test.sh +++ b/t/test.sh @@ -1 +1 @@ -find t | grep "\.t$" | grep -v '^t/old' | xargs perl -MExtUtils::Command::MM -e 'test_harness(0)' +find t | grep "\.t$" | grep -v '^t/old' | HARNESS_OPTIONS=j:c xargs perl -MTest::Harness -e 'runtests(@ARGV)'