From 936c870a9b212076829fd65f0b2a2f67e043cea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Fri, 27 Nov 2015 11:28:04 +0100 Subject: Don't execute phpunit twice --- autotest.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'autotest.sh') diff --git a/autotest.sh b/autotest.sh index dcecd7b84aa..eb57264c953 100755 --- a/autotest.sh +++ b/autotest.sh @@ -271,7 +271,6 @@ function execute_tests { COVER='' if [ -z "$NOCOVERAGE" ]; then COVER='--coverage-clover "autotest-clover-$DB.xml" --coverage-html "coverage-html-$DB"' - "${PHPUNIT[@]}" --configuration phpunit-autotest.xml $GROUP --log-junit "autotest-results-$DB.xml" --coverage-clover "autotest-clover-$DB.xml" --coverage-html "coverage-html-$DB" "$2" "$3" else echo "No coverage" fi -- cgit v1.2.3