Forgot to add the post_build_steps for Sanity...
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 5120f6c..b400877 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -417,6 +417,9 @@
   def build_steps(self):
     return []
 
+  def post_tests_steps(self):
+    return []
+
   def makefile_name(self):
     return 'Makefile'