increase test verbosity

This commit is contained in:
remi 2012-08-10 10:01:38 +02:00
commit f09571a16d

View file

@ -69,7 +69,10 @@ rm -rf build
%check
%{__python} unittests.py --mysql-basedir=%{_prefix}
%{__python} unittests.py \
--mysql-basedir=%{_prefix} \
--verbosity=1 \
--log=tests.log
%clean