From 87879b35272a7f71fef97d84c4ab750445d8e3e5 Mon Sep 17 00:00:00 2001
From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org>
Date: Mon, 12 Oct 2015 23:28:53 +0200
Subject: [PATCH] Forgot to add the post_build_steps for Sanity...

---
 tools/run_tests/run_tests.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 5120f6cb93..b4008777dc 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'
 
-- 
GitLab