From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92835158086 for ; Thu, 23 Dec 2021 12:55:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA502BC00E; Thu, 23 Dec 2021 12:55:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92C782BC00E for ; Thu, 23 Dec 2021 12:55:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15EC9342C7A for ; Thu, 23 Dec 2021 12:55:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9682AD0 for ; Thu, 23 Dec 2021 12:55:36 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1640259724.95abc1123af8697a97425f515c9efa7d3259487f.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/ X-VCS-Repository: proj/portage-utils X-VCS-Files: tests/init.sh.in X-VCS-Directories: tests/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 95abc1123af8697a97425f515c9efa7d3259487f X-VCS-Branch: master Date: Thu, 23 Dec 2021 12:55:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2258b871-b8e4-46d9-9d42-2d3fc34024c8 X-Archives-Hash: bd224648048944a847b3dcbbc2c42f00 commit: 95abc1123af8697a97425f515c9efa7d3259487f Author: Fabian Groffen gentoo org> AuthorDate: Thu Dec 23 11:42:04 2021 +0000 Commit: Fabian Groffen gentoo 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 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