Show More
@@ -476,6 +476,8 b' def run_iptest():' | |||||
476 | # setuptools devs refuse to fix this problem! |
|
476 | # setuptools devs refuse to fix this problem! | |
477 | '--exe', |
|
477 | '--exe', | |
478 | ] |
|
478 | ] | |
|
479 | if '-a' not in argv and '-A' not in argv: | |||
|
480 | argv = argv + ['-a', '!crash'] | |||
479 |
|
481 | |||
480 | if nose.__version__ >= '0.11': |
|
482 | if nose.__version__ >= '0.11': | |
481 | # I don't fully understand why we need this one, but depending on what |
|
483 | # I don't fully understand why we need this one, but depending on what |
General Comments 0
You need to be logged in to leave comments.
Login now