From 117ccf94d311d618b08932c2c485af41151a889a Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Wed, 12 Oct 2011 16:13:22 +0200 Subject: [PATCH] --debug Signed-off-by: Steven Armstrong --- lib/cdist/test/exec/test_local.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/cdist/test/exec/test_local.py b/lib/cdist/test/exec/test_local.py index 2c021404..40611a0b 100644 --- a/lib/cdist/test/exec/test_local.py +++ b/lib/cdist/test/exec/test_local.py @@ -54,8 +54,7 @@ class LocalTestCase(unittest.TestCase): self.local = local.Local(target_host, local_base_path, out_path) def tearDown(self): - #shutil.rmtree(self.temp_dir) - pass + shutil.rmtree(self.temp_dir) def test_run_success(self): self.local.run(['/bin/true'])