diff --git a/tests/coverage.sh b/tests/coverage.sh index 3aa79428..6deae846 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.3/ +cd ../build/shadow-4.1.3.1/ rm -rf ../coverage mkdir ../coverage lcov --directory . --capture --output-file=lcov.data