diff --git a/autotest.sh b/autotest.sh index e7a5f31dfb..3562b0feb0 100755 --- a/autotest.sh +++ b/autotest.sh @@ -182,7 +182,7 @@ EOF phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml --coverage-clover autotest-clover-$1.xml --coverage-html coverage-html-$1 $2 $3 else echo "No coverage" - phpunit --configuration phpunit-autotest.xml $2 $3 + phpunit --configuration phpunit-autotest.xml --log-junit autotest-results-$1.xml $2 $3 fi }