mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #2860 from alyjak/test_run_argv
Pass command args into nose unit test runner from tests/run.py
This commit is contained in:
commit
6e3bba431f
@ -48,4 +48,4 @@ tempdir.makedirs()
|
|||||||
print('Running Sphinx test suite (with Python %s)...' % sys.version.split()[0])
|
print('Running Sphinx test suite (with Python %s)...' % sys.version.split()[0])
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
nose.main()
|
nose.main(argv=sys.argv)
|
||||||
|
Loading…
Reference in New Issue
Block a user