skip crash tests by default

This commit is contained in:
MinRK 2012-08-10 22:14:53 -07:00
parent ac0eabc5f4
commit 27abd01589

View File

@ -476,6 +476,8 @@ def run_iptest():
# setuptools devs refuse to fix this problem!
'--exe',
]
if '-a' not in argv and '-A' not in argv:
argv = argv + ['-a', '!crash']
if nose.__version__ >= '0.11':
# I don't fully understand why we need this one, but depending on what