From 81cfe26a588603529bff0be65e9c34c7fa2ffe58 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Thu, 21 Jul 2011 10:43:20 -0400 Subject: [PATCH] Added call to second coverage invocation --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 9b080e19..2034df82 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -142,5 +142,5 @@ fi if [ $coverage -eq 1 ]; then echo "Generating coverage report in covhtml/" - coverage html -d covhtml -i + ${wrapper} coverage html -d covhtml -i fi