diff --git a/run_tests.sh b/run_tests.sh index 2034df82e069..8f2b51757c86 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -141,6 +141,6 @@ if [ -z "$noseargs" ]; then fi if [ $coverage -eq 1 ]; then - echo "Generating coverage report in covhtml/" - ${wrapper} coverage html -d covhtml -i + echo "Generating coverage report in covhtml/" + ${wrapper} coverage html -d covhtml -i fi