commit: 9cbc53ad6c483500c949c1acd70c6cbb2d7cee86
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 21:38:22 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 21:38:39 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9cbc53ad
SecuritySetTestCase: Disable playground debug so tempdir is cleaned up
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
lib/portage/tests/glsa/test_security_set.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/portage/tests/glsa/test_security_set.py
b/lib/portage/tests/glsa/test_security_set.py
index a0ba1e5b45..1206d9f80f 100644
--- a/lib/portage/tests/glsa/test_security_set.py
+++ b/lib/portage/tests/glsa/test_security_set.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2023 Gentoo Authors
+# Copyright 2013-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
@@ -226,7 +226,7 @@ class SecuritySetTestCase(TestCase):
# Give each GLSA a clean slate
for glsa in glsas:
playground = ResolverPlayground(
- ebuilds=ebuilds, installed=installed, world=world, debug=True
+ ebuilds=ebuilds, installed=installed, world=world, debug=False
)
try: