use recommended syntax for command subtitution

pull/3811/head
Jan Tattermusch 10 years ago
parent 4964b6b86a
commit 265dfc0d03
  1. 2
      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

Loading…
Cancel
Save