aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-05 17:52:44 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-05 17:52:44 +0200
commitce656957ea897a720e1c2393d182799b24f705d9 (patch)
tree529c1a8b6a7b112e5372f68aa6af98b63c162a47 /tools/run_tests/run_tests.py
parentb4b24dc13d8300ea50fdaa828c1bafb8b9338717 (diff)
address review comments
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index c6668d3efe..c9b4c8b28b 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -1021,6 +1021,8 @@ class CSharpLanguage(object):
if self.platform == 'windows':
return 'cmake/build/%s/Makefile' % self._cmake_arch_option
else:
+ # no need to set x86 specific flags as run_tests.py
+ # currently forbids x86 C# builds on both Linux and MacOS.
return 'cmake/build/Makefile'
def dockerfile_dir(self):