commit:     091e204c2c3d66180cfe59c310291f15ef02e2bb
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  9 21:17:49 2024 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Feb  9 21:29:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=091e204c

MoveEntTestCase: Disable playground debug so tempdir is cleaned up

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 lib/portage/tests/update/test_move_ent.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/portage/tests/update/test_move_ent.py 
b/lib/portage/tests/update/test_move_ent.py
index 169b892a30..fe968f12a0 100644
--- a/lib/portage/tests/update/test_move_ent.py
+++ b/lib/portage/tests/update/test_move_ent.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2021 Gentoo Authors
+# Copyright 2012-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import sys
@@ -287,7 +287,7 @@ class MoveEntTestCase(TestCase):
                             f'FEATURES="binpkg-multi-instance 
pkgdir-index-trusted"',
                         ),
                     },
-                    debug=True,
+                    debug=False,
                 )
 
                 settings = playground.settings

Reply via email to