buildman: Change the exit codes
[oweals/u-boot.git] / tools / buildman / func_test.py
index b9e347ecb01b79eef88c7760a5292e864a4c94df..1fbc6f6b0034cfd3e69245b9ff812c299fb2ff4e 100644 (file)
@@ -454,7 +454,7 @@ class TestFunctional(unittest.TestCase):
         # Only sandbox should succeed, the others don't have toolchains
         self.assertEqual(self._builder.fail,
                          self._total_builds - self._commits)
-        self.assertEqual(ret_code, 128)
+        self.assertEqual(ret_code, 100)
 
         for commit in range(self._commits):
             for board in self._boards.GetList():