aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2016-09-23 14:36:23 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2016-09-28 16:55:15 -0700
commit46c7f574bd4a5298f09fd5d72924b93c355e357e (patch)
treeb412bac33f2a753fbd4e6090d3c5148005fb1fed /test/distrib
parenta436bab47f394c339b6e8978da3317ff94abfdf8 (diff)
submodule clone comments changed to be more descriptive
Diffstat (limited to 'test/distrib')
-rwxr-xr-xtest/distrib/cpp/run_distrib_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/distrib/cpp/run_distrib_test.sh b/test/distrib/cpp/run_distrib_test.sh
index 9c8da50833..6b2e043491 100755
--- a/test/distrib/cpp/run_distrib_test.sh
+++ b/test/distrib/cpp/run_distrib_test.sh
@@ -33,7 +33,7 @@ set -ex
git clone $EXTERNAL_GIT_ROOT
cd grpc
-# clone submodules
+# clone gRPC submodules, use data from locally cloned submodules where possible
git submodule | awk -v EXTERNAL_GIT_ROOT=$EXTERNAL_GIT_ROOT/ '{ system("git \
submodule update --init --reference " EXTERNAL_GIT_ROOT$2 " " $2) }'