# HG changeset patch # User Pierre-Yves David # Date 1579904549 -3600 # Node ID 7e08d3885b288a4dc00b6e63c52b8cf8cda76724 # Parent 8b1dd3f423966460198f16c121efa6295d31a082 heptapod-ci: colorize output The run result are nicer to read with color. Differential Revision: https://phab.mercurial-scm.org/D8012 diff -r 8b1dd3f42396 -r 7e08d3885b28 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Sat Jan 25 17:57:40 2020 +0100 +++ b/contrib/heptapod-ci.yml Fri Jan 24 23:22:29 2020 +0100 @@ -10,4 +10,4 @@ checks-py2: script: - cd tests/ - - python run-tests.py --time test-check-*.* + - python run-tests.py --color=always --time test-check-*.*