Skip to content

Commit

Permalink
Ignore empty dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Aug 27, 2014
1 parent aa1d940 commit 95afac3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crabpy_pyramid/tests/test_functional.py
Expand Up @@ -55,7 +55,10 @@ def run_crab_integration_tests():


def setUpModule():
shutil.rmtree(os.path.join(os.path.dirname(__file__), 'dogpile_data'))
shutil.rmtree(
os.path.join(os.path.dirname(__file__), 'dogpile_data'),
True
)

class FunctionalTests(unittest.TestCase):
@classmethod
Expand Down

0 comments on commit 95afac3

Please sign in to comment.