aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Palao <david.palao@gmail.com>2023-10-26 16:15:27 +0200
committerSam James <sam@gentoo.org>2023-10-30 03:14:25 +0000
commita807ee1838d44b704401c3b0ff4424ad817b0335 (patch)
treecc0640fe5a88f59a93346527f556e927f641e9b0
parenttests/emerge/test_simple.py: remove it. (diff)
downloadportage-a807ee1838d44b704401c3b0ff4424ad817b0335.tar.gz
portage-a807ee1838d44b704401c3b0ff4424ad817b0335.tar.bz2
portage-a807ee1838d44b704401c3b0ff4424ad817b0335.zip
tests/emerge/meson.build: replace test_simple with test_baseline
...since the file had been renamed. Signed-off-by: David Palao <david.palao@gmail.com> Closes: https://github.com/gentoo/portage/pull/1146 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--lib/portage/tests/emerge/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/portage/tests/emerge/meson.build b/lib/portage/tests/emerge/meson.build
index 3c45cd380..b42945123 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',
],