Hurf durf merge conflict.
This commit is contained in:
@@ -16,11 +16,11 @@ else:
|
|||||||
|
|
||||||
# hudson does a better job printing the test results if the exit value is 0
|
# hudson does a better job printing the test results if the exit value is 0
|
||||||
zero_status = '--force-zero-status'
|
zero_status = '--force-zero-status'
|
||||||
if zero_status in sys.argv:
|
if zero_status in argv:
|
||||||
sys.argv.remove(zero_status)
|
argv.remove(zero_status)
|
||||||
launch = nose.run
|
launch = nose.run
|
||||||
else:
|
else:
|
||||||
launch = nose.main
|
launch = nose.main
|
||||||
|
|
||||||
from tests import eventlethub
|
from tests import eventlethub
|
||||||
launch(addplugins=[eventlethub.EventletHub()])
|
launch(addplugins=[eventlethub.EventletHub()], argv=argv)
|
||||||
|
Reference in New Issue
Block a user