From be9c7819b52c7dc9ca79108a10b01a8766be93fb Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 5 Feb 2015 19:23:55 +0700 Subject: [PATCH] commit missing patch --- Sphinx-1.2.2-verbosetests.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Sphinx-1.2.2-verbosetests.patch diff --git a/Sphinx-1.2.2-verbosetests.patch b/Sphinx-1.2.2-verbosetests.patch new file mode 100644 index 0000000..1242c47 --- /dev/null +++ b/Sphinx-1.2.2-verbosetests.patch @@ -0,0 +1,8 @@ +--- Sphinx-1.2.2/tests/run.py.verbosetests 2014-03-02 14:38:09.000000000 +0700 ++++ Sphinx-1.2.2/tests/run.py 2015-02-05 18:40:47.641374670 +0700 +@@ -58,4 +58,4 @@ + sys.exit(1) + + print('Running Sphinx test suite...') +-nose.main() ++nose.main(argv=['nose', '--verbosity=3'])