aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-14 21:51:38 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-14 21:51:38 -0800
commit1a423eff872a8a576f168bc564f9c567f292b0aa (patch)
tree49cc884bc64c083a5217a02679de93c256b6fcfa /tools
parentb54a9ccd28ff82dd91d98ac842943549615155b4 (diff)
parentc10d68d27beaa0935918d0819cd776b98f7b8300 (diff)
Merge branch 'proxy-crash' into server_stall
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_lcov.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_lcov.sh b/tools/run_tests/run_lcov.sh
index ec97ebf0a5..796a0b5ceb 100755
--- a/tools/run_tests/run_lcov.sh
+++ b/tools/run_tests/run_lcov.sh
@@ -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