aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-01-13 16:10:48 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-01-13 16:11:13 -0800
commita6b9548c43325269d861f170cdb2c31b07046b56 (patch)
treed08820fb7f6109624814e7ed7481db057c620341 /tools/run_tests/run_tests.py
parent16a7dee6141785092ee2aae4a11d2e9f590a1847 (diff)
Add lcov php code coverage report
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 0de20a634a..127377fcf6 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -245,7 +245,7 @@ class PhpLanguage(object):
return [['tools/run_tests/build_php.sh']]
def post_tests_steps(self):
- return []
+ return [['tools/run_tests/post_tests_php.sh']]
def makefile_name(self):
return 'Makefile'
@@ -1092,4 +1092,3 @@ else:
if BuildAndRunError.POST_TEST in errors:
exit_code |= 4
sys.exit(exit_code)
-