mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Pass command args into nose unit test runner from tests/run.py
This allows developers to selectively run tests, to enable debugging on test failures, etc. See http://nose.readthedocs.io/en/latest/usage.html for usage instructions.
This commit is contained in:
@@ -48,4 +48,4 @@ tempdir.makedirs()
|
||||
print('Running Sphinx test suite (with Python %s)...' % sys.version.split()[0])
|
||||
sys.stdout.flush()
|
||||
|
||||
nose.main()
|
||||
nose.main(argv=sys.argv)
|
||||
|
||||
Reference in New Issue
Block a user