diff --git a/test/infra/control/run-multi-group.bash b/test/infra/control/run-multi-group.bash index 73ec992ee..13fc21c65 100755 --- a/test/infra/control/run-multi-group.bash +++ b/test/infra/control/run-multi-group.bash @@ -360,6 +360,7 @@ if [ "${COVERAGE}" -eq 1 ]; then if command -v fastcov >/dev/null 2>&1; then cd "${GCOV_DIR}" fastcov -b -j4 -l \ + -e /usr deps \ -d . -o "${GROUP_INFO}" >> "${COVERAGE_LOG}" 2>&1 || \ echo ">>> WARNING: fastcov failed for ${GCOV_DIR}" >> "${COVERAGE_LOG}" fi diff --git a/test/infra/control/run-tests-isolated.bash b/test/infra/control/run-tests-isolated.bash index 7e2f9c7bf..aa3e87efb 100755 --- a/test/infra/control/run-tests-isolated.bash +++ b/test/infra/control/run-tests-isolated.bash @@ -312,6 +312,7 @@ docker run \ echo \">>> Running fastcov on /gcov...\" cd /gcov fastcov -b -j\$(nproc) -l \ + -e /usr deps \ -d . -o \"\${coverage_file}\" >> \"\${coverage_log}\" 2>&1 || echo \">>> WARNING: Coverage generation failed (see \${coverage_log})\" if [ -f \"\${coverage_file}\" ]; then