h.r.cmmi should restart even if user doesn't remove __compile__ path.

parent b8ceb269
...@@ -116,10 +116,6 @@ class NonInformativeTests(unittest.TestCase): ...@@ -116,10 +116,6 @@ class NonInformativeTests(unittest.TestCase):
# expected failure # expected failure
self.assertRaises(zc.buildout.UserError, recipe.install) self.assertRaises(zc.buildout.UserError, recipe.install)
# User deletes the __compile__ path
build_directory = os.path.join(self.dir, 'test_parts/test__compile__')
shutil.rmtree(build_directory)
# the install should still fail, and _not_ raise an OSError # the install should still fail, and _not_ raise an OSError
self.assertRaises(zc.buildout.UserError, recipe.install) self.assertRaises(zc.buildout.UserError, recipe.install)
finally: finally:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment