aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-12-02 00:55:33 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-12-02 00:55:33 +0100
commit7ef1e531ff3db375f292e1dfa5645d1f4c319874 (patch)
treee37a2dce0a3efa34efc633f05c549b6a3feda78d /tools/run_tests/run_tests.py
parent96847efefd2660fe6552026d9d7a75c86c91161b (diff)
Adding coverage report for ruby.
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 2d12adebbb..5f1a70ea1b 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -322,7 +322,7 @@ class RubyLanguage(object):
return [['tools/run_tests/build_ruby.sh']]
def post_tests_steps(self):
- return []
+ return [['tools/run_tests/post_tests_ruby.sh']]
def makefile_name(self):
return 'Makefile'