Skip to content

Commit 4232e3a

Browse files
committed
Revert "test: Add more verbosity"
This reverts commit e5994c7.
1 parent 2421472 commit 4232e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Subprocess/test_Subprocess_Arguments.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_recursive_current_directory(self):
3939
subWorkingDir = os.path.join(self.workingDir, 'subWorkingDir')
4040
filename = os.path.join(subWorkingDir, 'foobar.txt')
4141
self.touch(filename)
42-
(rc, output, error) = self.invokeAsSubprocess(['.'], extraParams=['--recursive', '-vv'], cwd=subWorkingDir)
42+
(rc, output, error) = self.invokeAsSubprocess(['.'], extraParams=['--recursive'], cwd=subWorkingDir)
4343
print(f"DEBUGPRINT[2]: test_Subprocess_Arguments.py:42: error={error}")
4444
print(f"DEBUGPRINT[1]: test_Subprocess_Arguments.py:42: output={output}")
4545
self.assertEqual(0, rc)

0 commit comments

Comments
 (0)