Skip to content

Commit 4ffa138

Browse files
committed
Show default diff on unexpected stdout/err
1 parent f9bab0a commit 4ffa138

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/_test_multiprocessing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6829,10 +6829,8 @@ def test_std_streams_flushed_after_preload(self):
68296829
support.print_warning(err.decode())
68306830
self.assertEqual(rc, 0)
68316831

6832-
# We want to see all the output if it isn't as expected.
68336832
# Check stderr first, as it is more likely to be useful to see in the
68346833
# event of a failure.
6835-
self.maxDiff = None
68366834
self.assertEqual(err.decode().rstrip(), 'stderr')
68376835
self.assertEqual(out.decode().rstrip(), 'stdout')
68386836

0 commit comments

Comments
 (0)