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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28922138334 for ; Sun, 8 Dec 2019 13:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E6BAE08F7; Sun, 8 Dec 2019 13:21:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08A3BE08F7 for ; Sun, 8 Dec 2019 13:21:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7DDB34D85D for ; Sun, 8 Dec 2019 13:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F5B98C4 for ; Sun, 8 Dec 2019 13:21:54 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1575811292.2fd2da96cdf3eb1694c8d73f1a91701e6e7432c9.slyfox@gentoo> Subject: [gentoo-commits] proj/toolchain/linux-headers-patches:master commit in: / X-VCS-Repository: proj/toolchain/linux-headers-patches X-VCS-Files: testing.txt X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2fd2da96cdf3eb1694c8d73f1a91701e6e7432c9 X-VCS-Branch: master Date: Sun, 8 Dec 2019 13:21:54 +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: 4f37ec15-00cd-4a9e-9289-de1fd7531829 X-Archives-Hash: bdd02827fdcb0ef664339a2042d93e1c commit: 2fd2da96cdf3eb1694c8d73f1a91701e6e7432c9 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Dec 8 13:21:32 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Dec 8 13:21:32 2019 +0000 URL: https://gitweb.gentoo.org/proj/toolchain/linux-headers-patches.git/commit/?id=2fd2da96 testing.txt: simplify testing command Signed-off-by: Sergei Trofimovich gentoo.org> testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.txt b/testing.txt index ec75b8d..b4cb561 100644 --- a/testing.txt +++ b/testing.txt @@ -27,7 +27,7 @@ smoke test: common packages that break: pkgs=$(sed -n '/^%/,/^%/{s:%::;p}' testing.txt) - sudo env FEATURES=-digest emerge --keep-going -1qav ${pkgs} --jobs 4 + emerge --keep-going -1qav ${pkgs} --jobs 4 % app-metrics/collectd