--debug
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
a1e1e2700a
commit
117ccf94d3
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ class LocalTestCase(unittest.TestCase):
|
||||||
self.local = local.Local(target_host, local_base_path, out_path)
|
self.local = local.Local(target_host, local_base_path, out_path)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
#shutil.rmtree(self.temp_dir)
|
shutil.rmtree(self.temp_dir)
|
||||||
pass
|
|
||||||
|
|
||||||
def test_run_success(self):
|
def test_run_success(self):
|
||||||
self.local.run(['/bin/true'])
|
self.local.run(['/bin/true'])
|
||||||
|
|
Loading…
Reference in a new issue