]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - tools/buildman/test.py
buildman: Add a space before the list of boards
[karo-tx-uboot.git] / tools / buildman / test.py
index c0ad5d027dce1c3f3e5c56df4e7e242fc007a3da..7642d94473663df4c4781365a6ca4a70f6b70011 100644 (file)
@@ -169,7 +169,7 @@ class TestBuild(unittest.TestCase):
         expected_colour = col.GREEN if ok else col.RED
         expect = '%10s: ' % arch
         # TODO(sjg@chromium.org): If plus is '', we shouldn't need this
-        expect += col.Color(expected_colour, plus)
+        expect += ' ' + col.Color(expected_colour, plus)
         expect += '  '
         for board in boards:
             expect += col.Color(expected_colour, ' %s' % board)