Merge pull request #20859 from owncloud/autotest-coverage

Make autotest.sh able to output proper coverage again
This commit is contained in:
Thomas Müller 2015-12-01 12:55:14 +01:00
commit cce053f7e9
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ function execute_tests {
COVER=''
if [ -z "$NOCOVERAGE" ]; then
COVER='--coverage-clover "autotest-clover-$DB.xml" --coverage-html "coverage-html-$DB"'
COVER="--coverage-clover autotest-clover-$DB.xml --coverage-html coverage-html-$DB"
else
echo "No coverage"
fi