aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-10-13 09:37:49 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-10-13 09:37:49 -0700
commit265dfc0d038d37009f752a476021c396efffced5 (patch)
treeceeb5d314da2ce47d22f8d162765fea91e2e2848 /tools/jenkins
parent4964b6b86a0240d39890588de2e971fbb26c7c44 (diff)
use recommended syntax for command subtitution
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-xtools/jenkins/run_interop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_interop.sh b/tools/jenkins/run_interop.sh
index c80c374ace..61398933f3 100755
--- a/tools/jenkins/run_interop.sh
+++ b/tools/jenkins/run_interop.sh
@@ -32,6 +32,6 @@
set -ex
# Enter the gRPC repo root
-cd `dirname $0`/../..
+cd $(dirname $0)/../..
tools/run_tests/run_interop_tests.py --l all --s all --cloud_to_prod --use_docker -t -j 8