Index: tools/perf_expectations/tests/perf_expectations_unittest.py |
diff --git a/tools/perf_expectations/tests/perf_expectations_unittest.py b/tools/perf_expectations/tests/perf_expectations_unittest.py |
index d2b8fc446dbafd57c0710d9fc61b4c7137a6a89a..92d4308ea794abc4f1a4625c6a5941ba46618ec6 100755 |
--- a/tools/perf_expectations/tests/perf_expectations_unittest.py |
+++ b/tools/perf_expectations/tests/perf_expectations_unittest.py |
@@ -150,6 +150,7 @@ class PerfExpectationsUnittest(unittest.TestCase): |
def testNoUpdatesNeeded(self): |
p = subprocess.Popen([MAKE_EXPECTATIONS, '-s'], stdout=subprocess.PIPE) |
+ p.wait(); |
self.assertEqual(p.returncode, 0, msg='Expectations has pending updates!') |
def testConfigFile(self): |