Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-12 16:13:22 +02:00
parent a1e1e2700a
commit 117ccf94d3
1 changed files with 1 additions and 2 deletions

View File

@ -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'])