commit: 95abc1123af8697a97425f515c9efa7d3259487f Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Thu Dec 23 11:42:04 2021 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Thu Dec 23 11:42:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=95abc112
Revert "tests/init: force colours off for all tests" This reverts commit 704a36ae325d8cbd3cee5b40cd4ad7bf937ab724. It actually hides a problem (as seen in bug #829837) Bug: https://bugs.gentoo.org/829837 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> tests/init.sh.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/init.sh.in b/tests/init.sh.in index c030156..c44320b 100644 --- a/tests/init.sh.in +++ b/tests/init.sh.in @@ -27,8 +27,6 @@ unset ROOT PORTAGE_CONFIGROOT PORTAGE_QUIET PORTDIR export PORTAGE_CONFIGROOT="${ab}/not/a/real/path" # Always use UTC for timestamps to keep tests stable. #551806 export TZ='UTC 0' -# don't use colours -export NOCOLOR=true # create symlinks for applets q -i -q
