[python-cement] add verbosity to tests

derks derks at fedoraproject.org
Tue Jul 17 21:24:12 UTC 2012


commit 71b84e000be32f6b2a5a3c547676795c51668a24
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Sat Jul 7 03:24:42 2012 -0500

    add verbosity to tests

 python-cement.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-cement.spec b/python-cement.spec
index 6ee50d6..7713af9 100644
--- a/python-cement.spec
+++ b/python-cement.spec
@@ -83,11 +83,11 @@ rm -rf %{buildroot}%{python3_sitelib}/tests/
 
 
 %check
-%{__python} setup.py nosetests 
+%{__python} setup.py nosetests --verbosity 3 
 
 %if 0%{?with_python3}
     pushd %{py3dir}
-        %{__python3} setup.py nosetests 
+        %{__python3} setup.py nosetests --verbosity 3
     popd
 %endif
 


More information about the scm-commits mailing list