Comment 2 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

In a virtualenv:
python /tmp/t.py
Traceback (most recent call last):
  File "/tmp/t.py", line 1, in <module>
    raise AssertionError
AssertionError
(subunit-2.6)robertc@subunit-lucid:~$ echo $?
1

So virtualenv per se doesn't break it.