From 4025f393242965240554f0c7606440a04ef784c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Mon, 4 Nov 2013 17:25:07 +0100 Subject: [PATCH] keep junit xml reports --- autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest.sh b/autotest.sh index e7a5f31dfb8..3562b0feb04 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 } -- 2.39.5