Navigation Menu

Skip to content

Commit

Permalink
1.2dev: fixed a failure of unit tests for initenv --config=... on W…
Browse files Browse the repository at this point in the history
…indows (refs #11333)

git-svn-id: http://trac.edgewall.org/intertrac/log:/trunk@14217 af82e41b-90c4-0310-8c96-b1721e28e2e2
  • Loading branch information
jomae committed Jul 31, 2015
1 parent 2122172 commit df26709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trac/admin/tests/console.py
Expand Up @@ -1580,6 +1580,8 @@ def setUp(self):
self._admin = TracAdmin(self.env_path)

def tearDown(self):
if os.path.isfile(os.path.join(self.env_path, 'VERSION')):
self._admin.env.shutdown()
shutil.rmtree(self.parent_dir)

def test_config_argument(self):
Expand Down

0 comments on commit df26709

Please sign in to comment.