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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6ABE015808B for ; Thu, 31 Mar 2022 16:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71CFAE07C7; Thu, 31 Mar 2022 16:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7CB1E07C7 for ; Thu, 31 Mar 2022 16:58:56 +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 7D150341820 for ; Thu, 31 Mar 2022 16:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF8C3AF for ; Thu, 31 Mar 2022 16:58:53 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1648745927.7af52de560662fc7c3d60ee72fe6969e539f1364.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gitlab-runner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gitlab-runner/gitlab-runner-14.9.1-r1.ebuild X-VCS-Directories: dev-util/gitlab-runner/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 7af52de560662fc7c3d60ee72fe6969e539f1364 X-VCS-Branch: master Date: Thu, 31 Mar 2022 16:58:53 +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: 9c9c65e5-b639-4a92-89ea-4deb5b03ea65 X-Archives-Hash: fc1fb995e33ee545ad81af6ecae4aab5 commit: 7af52de560662fc7c3d60ee72fe6969e539f1364 Author: William Hubbs gentoo org> AuthorDate: Thu Mar 31 16:55:22 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Mar 31 16:58:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af52de5 dev-util/gitlab-runner: fix tests Closes: https://bugs.gentoo.org/836304 Signed-off-by: William Hubbs gentoo.org> dev-util/gitlab-runner/gitlab-runner-14.9.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gitlab-runner/gitlab-runner-14.9.1-r1.ebuild b/dev-util/gitlab-runner/gitlab-runner-14.9.1-r1.ebuild index 22780481d840..1ad7cc8d7ccd 100644 --- a/dev-util/gitlab-runner/gitlab-runner-14.9.1-r1.ebuild +++ b/dev-util/gitlab-runner/gitlab-runner-14.9.1-r1.ebuild @@ -34,7 +34,7 @@ src_compile() { } src_test() { - ego test + CI=0 ego test } src_install() {