aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-06-20 21:31:38 +0200
committerGravatar GitHub <noreply@github.com>2018-06-20 21:31:38 +0200
commitfd7683c7de14fd93f9696e3aee8abf51d64745b3 (patch)
treeb53785ed47253b8af738b17a780cdab55942a9f5 /tools/run_tests
parent05628719f1c8d21969ddb700df05b4c63982b66a (diff)
parentf389e5267afe7a7f735fd7e4c2f923640d2f72c5 (diff)
Merge pull request #15802 from jtattermusch/contributing_improvements
Overhaul of top-level .md files
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/python_utils/filter_pull_request_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/python_utils/filter_pull_request_tests.py b/tools/run_tests/python_utils/filter_pull_request_tests.py
index 4c09b3414e..98a17fd1a7 100644
--- a/tools/run_tests/python_utils/filter_pull_request_tests.py
+++ b/tools/run_tests/python_utils/filter_pull_request_tests.py
@@ -96,7 +96,7 @@ _WHITELIST_DICT = {
'gRPC\-Core\.podspec$': [_OBJC_TEST_SUITE],
'gRPC\-ProtoRPC\.podspec$': [_OBJC_TEST_SUITE],
'gRPC\-RxLibrary\.podspec$': [_OBJC_TEST_SUITE],
- 'INSTALL\.md$': [],
+ 'BUILDING\.md$': [],
'LICENSE$': [],
'MANIFEST\.md$': [],
'package\.json$': [_PHP_TEST_SUITE],