Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/disk_check_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ def test_do_unmnt(self, mock_proc, mock_log):

@classmethod
def teardown_class(cls):
subprocess.run("rm -rf /tmp/tmp*", shell=True) # cleanup the temporary dirs
subprocess.run("rm -rf /tmp/tmpx /tmp/tmpy", shell=True) # cleanup the temporary dirs
print("TEARDOWN")
Loading