aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/windows/grpc_run_tests_matrix.bat
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-08-02 16:57:23 -0700
committerGravatar GitHub <noreply@github.com>2017-08-02 16:57:23 -0700
commit69b8fe02b6a45a2731c17e91d6f22d85026fcd2f (patch)
tree39d464fd58172412c966e0363ab85c6669cb465b /tools/internal_ci/windows/grpc_run_tests_matrix.bat
parent627a5824c3cbf37d38869238e5382f4ace6d6370 (diff)
parent4f68ecf665433933b0ef1f0a3df12b1590646a90 (diff)
Merge branch 'master' into stream_compression_config
Diffstat (limited to 'tools/internal_ci/windows/grpc_run_tests_matrix.bat')
-rw-r--r--tools/internal_ci/windows/grpc_run_tests_matrix.bat24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/internal_ci/windows/grpc_run_tests_matrix.bat b/tools/internal_ci/windows/grpc_run_tests_matrix.bat
new file mode 100644
index 0000000000..08d834f8b0
--- /dev/null
+++ b/tools/internal_ci/windows/grpc_run_tests_matrix.bat
@@ -0,0 +1,24 @@
+@rem Copyright 2017 gRPC authors.
+@rem
+@rem Licensed under the Apache License, Version 2.0 (the "License");
+@rem you may not use this file except in compliance with the License.
+@rem You may obtain a copy of the License at
+@rem
+@rem http://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+
+@rem enter repo root
+cd /d %~dp0\..\..\..
+
+call tools/internal_ci/helper_scripts/prepare_build_windows.bat
+
+python tools/run_tests/run_tests_matrix.py %RUN_TESTS_FLAGS% || goto :error
+goto :EOF
+
+:error
+exit /b %errorlevel%