]> source.dussan.org Git - nextcloud-server.git/commitdiff
keep junit xml reports
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 4 Nov 2013 16:25:07 +0000 (17:25 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 4 Nov 2013 16:25:07 +0000 (17:25 +0100)
autotest.sh

index e7a5f31dfb862d049b5868204d1be080009c9266..3562b0feb04e8b3e18f4d3391178c7db57fce071 100755 (executable)
@@ -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
 }