aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts/run_python.sh
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-03-30 17:38:40 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-04-06 13:39:35 -0700
commit975b5103e5037e3b9fc1bde02740b568cadeb2c5 (patch)
tree9b1617360b1c568d2ab6d220758653ff46340387 /tools/run_tests/helper_scripts/run_python.sh
parente98ae0e3b74a41217a6039ce5b75d35a0b9edea0 (diff)
Fix build on Alpine linux + add portability tests
Diffstat (limited to 'tools/run_tests/helper_scripts/run_python.sh')
-rwxr-xr-xtools/run_tests/helper_scripts/run_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/run_python.sh b/tools/run_tests/helper_scripts/run_python.sh
index 7be473428f..e510ef4015 100755
--- a/tools/run_tests/helper_scripts/run_python.sh
+++ b/tools/run_tests/helper_scripts/run_python.sh
@@ -33,7 +33,7 @@ set -ex
# change to grpc repo root
cd $(dirname $0)/../../..
-PYTHON=`realpath -s "${1:-py27/bin/python}"`
+PYTHON=`realpath "${1:-py27/bin/python}"`
ROOT=`pwd`