Commit f6aa5626 authored by Denis Bilenko's avatar Denis Bilenko

test__exc_info.py: fix bogus failure in a test

parent a5c82704
......@@ -28,7 +28,7 @@ class Test(greentest.TestCase):
g = gevent.spawn(hello)
g.join()
self.assert_stderr_traceback(expected_error)
self.assert_stderr('<Greenlet at 0x[0-9a-f]+: hello> failed with ExpectedError')
self.assert_stderr('<Greenlet at 0x[0-9a-f]+L?: hello> failed with ExpectedError')
if not isinstance(g.exception, ExpectedError):
raise g.exception
try:
......
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