Fix post_tests_python.sh to pass shellcheck

This commit is contained in:
Mehrdad Afshari 2017-06-27 14:47:14 -07:00
parent 4ef3c92170
commit d3143cd90f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ set -ex
if [ "$CONFIG" != "gcov" ] ; then exit ; fi
# change to directory of Python coverage files
cd $(dirname $0)/../../../src/python/grpcio_tests/
cd "$(dirname "$0")/../../../src/python/grpcio_tests/"
coverage combine .
coverage html -i -d ./../../../reports/python