aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests_in_workspace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/run_tests_in_workspace.sh')
-rwxr-xr-xtools/run_tests/run_tests_in_workspace.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/run_tests_in_workspace.sh b/tools/run_tests/run_tests_in_workspace.sh
index 0e7604dbc5..b0c9ad05f7 100755
--- a/tools/run_tests/run_tests_in_workspace.sh
+++ b/tools/run_tests/run_tests_in_workspace.sh
@@ -37,6 +37,8 @@ set -ex
cd $(dirname $0)/../..
rm -rf "${WORKSPACE_NAME}"
+# TODO(jtattermusch): clone --recursive fetches the submodules from github.
+# Try avoiding that to save time and network capacity.
git clone --recursive . "${WORKSPACE_NAME}"
echo "Running run_tests.py in workspace ${WORKSPACE_NAME}"