8 lines
277 B
Diff
8 lines
277 B
Diff
--- Sphinx-1.1.3/tests/run.py.verbosetests 2012-03-11 00:57:39.000000000 +0700
|
|
+++ Sphinx-1.1.3/tests/run.py 2015-02-05 19:54:51.887215463 +0700
|
|
@@ -47,4 +47,4 @@
|
|
sys.exit(1)
|
|
|
|
print('Running Sphinx test suite...')
|
|
-nose.main()
|
|
+nose.main(argv=['nose', '--verbosity=3'])
|