diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 99f454397efed1f433033f8032facfb697f5167b..8a3976598acda74447eceb22838ab4539f3ca40e 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -450,6 +450,9 @@ class Build(object): def build_steps(self): return [] + def post_tests_steps(self): + return [] + def makefile_name(self): return 'Makefile'