Skip to content

Commit a360389

Browse files
committed
Revert "test: Add more debugging"
This reverts commit f60af23.
1 parent 4232e3a commit a360389

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Subprocess/test_Subprocess_Arguments.py

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def test_recursive_current_directory(self):
4040
filename = os.path.join(subWorkingDir, 'foobar.txt')
4141
self.touch(filename)
4242
(rc, output, error) = self.invokeAsSubprocess(['.'], extraParams=['--recursive'], cwd=subWorkingDir)
43-
print(f"DEBUGPRINT[2]: test_Subprocess_Arguments.py:42: error={error}")
44-
print(f"DEBUGPRINT[1]: test_Subprocess_Arguments.py:42: output={output}")
4543
self.assertEqual(0, rc)
4644
self.assertEqual('', error)
4745
newsubWorkingDir = os.path.join(self.workingDir, self.getDatePrefix() + 'subWorkingDir')

0 commit comments

Comments
 (0)