aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-07-30 13:31:23 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-07-30 13:31:23 -0700
commita43c14fef868964767694f6b297304f1408bcb40 (patch)
tree04c8d58295287bc8e6ee006e142ac99ba48b9318 /tools/run_tests/run_tests.py
parent08143719855a03cf12bbaf805084ed3294c0bff9 (diff)
Make ruby tests see changes to C core
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 28980c14a8..38da1f043a 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -253,7 +253,7 @@ class RubyLanguage(object):
environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
def make_targets(self):
- return ['run_dep_checks']
+ return ['static_c']
def build_steps(self):
return [['tools/run_tests/build_ruby.sh']]