aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/windows/grpc_master.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/internal_ci/windows/grpc_master.bat')
-rw-r--r--tools/internal_ci/windows/grpc_master.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/windows/grpc_master.bat b/tools/internal_ci/windows/grpc_master.bat
index 8943390a8d..b6f3c8790f 100644
--- a/tools/internal_ci/windows/grpc_master.bat
+++ b/tools/internal_ci/windows/grpc_master.bat
@@ -36,7 +36,7 @@ cd /d %~dp0\..\..\..
git submodule update --init
-python tools/run_tests/run_tests_matrix.py -f basictests windows -j 1 --inner_jobs 8 || goto :error
+python tools/run_tests/run_tests_matrix.py -f basictests windows -j 1 --inner_jobs 8 --internal_ci || goto :error
goto :EOF
:error