Skip to content
Snippets Groups Projects
Commit 9e691184 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Ensure temp files from RunCmd tests are removed


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 3536c792
No related branches found
No related tags found
No related merge requests found
...@@ -245,6 +245,7 @@ class TestRunCmd(testutils.GanetiTestCase): ...@@ -245,6 +245,7 @@ class TestRunCmd(testutils.GanetiTestCase):
def tearDown(self): def tearDown(self):
shutil.rmtree(self.fifo_tmpdir) shutil.rmtree(self.fifo_tmpdir)
testutils.GanetiTestCase.tearDown(self)
def testOk(self): def testOk(self):
"""Test successful exit code""" """Test successful exit code"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment