diff options
author | Matt Kwong <mattkwong@google.com> | 2016-09-28 16:52:34 -0700 |
---|---|---|
committer | Matt Kwong <mattkwong@google.com> | 2016-09-28 16:55:15 -0700 |
commit | 10dcccadfb1400bdc016ad2861b601a9d2574d04 (patch) | |
tree | 69be0c5a7414bbb7840dad1fbac0ebed36976615 /tools/dockerfile/stress_test/grpc_interop_stress_python | |
parent | 5d0f24600ef9b985bef3aada69e2f5847467c53c (diff) |
fixed whitespacing and docker_run_tests.sh now clones submodule via network
Diffstat (limited to 'tools/dockerfile/stress_test/grpc_interop_stress_python')
-rwxr-xr-x | tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh b/tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh index 57b916ca4d..1c7dc2bd57 100755 --- a/tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh +++ b/tools/dockerfile/stress_test/grpc_interop_stress_python/build_interop_stress.sh @@ -34,7 +34,7 @@ set -e mkdir -p /var/local/git git clone /var/local/jenkins/grpc /var/local/git/grpc # clone gRPC submodules, use data from locally cloned submodules where possible -(cd /var/local/jenkins/grpc / && git submodule foreach 'cd /var/local/git/grpc \ +(cd /var/local/jenkins/grpc/ && git submodule foreach 'cd /var/local/git/grpc \ && git submodule update --init --reference /var/local/jenkins/grpc/${name} \ ${name}') @@ -42,7 +42,6 @@ ${name}') cp -r /var/local/jenkins/service_account $HOME || true cd /var/local/git/grpc - tools/run_tests/run_tests.py -l python -c opt --build_only # Build c++ interop client |