Skip to content
Snippets Groups Projects
Commit 38d02d89 authored by David G. Quintas's avatar David G. Quintas
Browse files

run_lcov.sh fix

So that it can be invoked with no arguments
parent b113a2e4
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ set -ex ...@@ -33,7 +33,7 @@ set -ex
out=$(readlink -f ${1:-coverage}) out=$(readlink -f ${1:-coverage})
root=$(readlink -f $(dirname $0)/../..) root=$(readlink -f $(dirname $0)/../..)
shift shift || true
tmp=$(mktemp) tmp=$(mktemp)
cd $root cd $root
tools/run_tests/run_tests.py -c gcov -l c c++ $@ || true 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.
Please register or to comment