Skip to content
Snippets Groups Projects
Commit b334855a authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #4455 from grpc/lcov_fix

run_lcov.sh fix
parents b113a2e4 38d02d89
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ set -ex
out=$(readlink -f ${1:-coverage})
root=$(readlink -f $(dirname $0)/../..)
shift
shift || true
tmp=$(mktemp)
cd $root
tools/run_tests/run_tests.py -c gcov -l c c++ $@ || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment