From patchwork Sun Jan 26 19:06:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D8012: heptapod-ci: colorize output From: phabricator X-Patchwork-Id: 44675 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Sun, 26 Jan 2020 19:06:14 +0000 marmoute created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The run result are nicer to read with color. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D8012 AFFECTED FILES contrib/heptapod-ci.yml CHANGE DETAILS To: marmoute, #hg-reviewers Cc: mercurial-devel diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -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-*.*