# HG changeset patch # User Sylvain Thénault # Date 1267700889 -3600 # Node ID a20edc0f8b3052d2abcb44ff9a8f5fc4f88d05a6 # Parent f1c8bc628b45532848576bd6b803e9c02b46cdb1 oops, 'not' missing diff -r f1c8bc628b45 -r a20edc0f8b30 pytestconf.py --- a/pytestconf.py Thu Mar 04 12:07:54 2010 +0100 +++ b/pytestconf.py Thu Mar 04 12:08:09 2010 +0100 @@ -21,7 +21,7 @@ def clean_repo_test_cls(cls): if 'repo' in cls.__dict__: - if cls.repo._shutting_down: + if not cls.repo._shutting_down: cls.repo.shutdown() del cls.repo for clsattr in ('cnx', '_orig_cnx', 'config', '_config', 'vreg', 'schema'):