diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 5120f6cb931b1e34d2167a59cc63e61931b45d8c..b4008777dc96b5c592e2f3018fe17f37b2e82567 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -417,6 +417,9 @@ class Sanity(object): def build_steps(self): return [] + def post_tests_steps(self): + return [] + def makefile_name(self): return 'Makefile'