[python-cherrypy] Remove -v from nosetests (used for debugging)

Toshio くらとみ toshio at fedoraproject.org
Sun Jul 17 06:46:37 UTC 2011


commit 79ab4eb22a205c07498420c145f764ba23ecd1e7
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Sat Jul 16 23:45:49 2011 -0700

    Remove -v from nosetests (used for debugging)

 python-cherrypy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-cherrypy.spec b/python-cherrypy.spec
index 5c63654..418facb 100644
--- a/python-cherrypy.spec
+++ b/python-cherrypy.spec
@@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT
 %check
 cd cherrypy/test
 # These two tests hang in the buildsystem so we have to disable them
-PYTHONPATH='../../' nosetests -v -s ./ -e 'test_SIGTERM' -e 'test_SIGHUP_tty'
+PYTHONPATH='../../' nosetests -s ./ -e 'test_SIGTERM' -e 'test_SIGHUP_tty'
 
 %clean
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list