diff options
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.sh b/autotest.sh index eb57264c953..5196d5c31d5 100755 --- a/autotest.sh +++ b/autotest.sh @@ -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 |