commit: a807ee1838d44b704401c3b0ff4424ad817b0335 Author: David Palao <david.palao <AT> gmail <DOT> com> AuthorDate: Thu Oct 26 14:15:27 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <david.palao <AT> gmail.com> Closes: https://github.com/gentoo/portage/pull/1146 Signed-off-by: Sam James <sam <AT> 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', ],
