Skip to content

Commit c87c4da

Browse files
committed
Add colour to Buildbot output
1 parent 2d24cdb commit c87c4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/custom/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class UnixBuild(BaseBuild):
6363
interpreterFlags = ""
6464
testFlags = ["-j2"]
6565
makeTarget = "all"
66-
test_environ = {}
66+
test_environ = {"FORCE_COLOR": 1}
6767
build_out_of_tree = False
6868

6969
def setup(self, parallel, branch, test_with_PTY=False, **kwargs):

0 commit comments

Comments
 (0)