diff --git a/tests/coverage.sh b/tests/coverage.sh index 407cfa69..3aa79428 100755 --- a/tests/coverage.sh +++ b/tests/coverage.sh @@ -3,7 +3,7 @@ # This script builds the code coverage of the testsuite. # The shadow utils must have been compiled with -fprofile-arcs -ftest-coverage -cd ../build/shadow-4.1.0/ +cd ../build/shadow-4.1.3/ rm -rf ../coverage mkdir ../coverage lcov --directory . --capture --output-file=lcov.data