Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent a1e1e2700a
commit 117ccf94d3
  1. 3
      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'])

Loading…
Cancel
Save