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 368AB158089 for ; Mon, 30 Oct 2023 03:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CC142BC040; Mon, 30 Oct 2023 03:14:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EA29C2BC041 for ; Mon, 30 Oct 2023 03:14:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 42B89335D0A for ; Mon, 30 Oct 2023 03:14:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DCDC12F1 for ; Mon, 30 Oct 2023 03:14:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1698635665.a807ee1838d44b704401c3b0ff4424ad817b0335.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/tests/emerge/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/tests/emerge/meson.build X-VCS-Directories: lib/portage/tests/emerge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a807ee1838d44b704401c3b0ff4424ad817b0335 X-VCS-Branch: master Date: Mon, 30 Oct 2023 03:14:30 +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: 9fd60ef9-ff11-492c-8b1d-14ce517e4891 X-Archives-Hash: 17493d7d74992396ed732f765d352b30 commit: a807ee1838d44b704401c3b0ff4424ad817b0335 Author: David Palao gmail com> AuthorDate: Thu Oct 26 14:15:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 30 03:14:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a807ee18 tests/emerge/meson.build: replace test_simple with test_baseline ...since the file had been renamed. Signed-off-by: David Palao gmail.com> Closes: https://github.com/gentoo/portage/pull/1146 Signed-off-by: Sam James gentoo.org> lib/portage/tests/emerge/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portage/tests/emerge/meson.build b/lib/portage/tests/emerge/meson.build index 3c45cd380b..b42945123c 100644 --- a/lib/portage/tests/emerge/meson.build +++ b/lib/portage/tests/emerge/meson.build @@ -5,7 +5,7 @@ py.install_sources( 'test_emerge_blocker_file_collision.py', 'test_emerge_slot_abi.py', 'test_global_updates.py', - 'test_simple.py', + 'test_baseline.py', '__init__.py', '__test__.py', ],