Kaydet (Commit) cf343532 authored tarafından Hynek Schlawack's avatar Hynek Schlawack

Remove debug output from test_shutil

üst 1524d755
......@@ -156,8 +156,6 @@ class TestShutil(unittest.TestCase):
# FUSE experienced a failure earlier in the process
# at os.listdir. The first failure may legally
# be either.
if support.verbose:
print("onerror [%d]: %r" % (self.errorState, (func, arg, exc[1])))
if self.errorState < 2:
if func is os.unlink:
self.assertEqual(arg, self.child_file_path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment