Comment 3 for bug 1185231

Revision history for this message
Robert Collins (lifeless) wrote : Re: subunit.run in python2.6 exits with "0" on failure to find discover module

runpy looks ok for me:
python -m t
Traceback (most recent call last):
  File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.6/runpy.py", line 34, in _run_code
    exec code in run_globals
  File "/tmp/t.py", line 1, in <module>
    raise AssertionError
AssertionError
(subunit-2.6)robertc@subunit-lucid:/tmp$ echo $?
255