Terry J. Reedy added the comment:

The 8 failures are all because exitcode is 0 when it should not be.

    self.assertNotEqual(exitcode, 0)
AssertionError: 0 == 0

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26934>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to