slightly less verbose tests

This commit is contained in:
Rex Dieter 2013-12-06 21:49:53 -06:00
parent 7e41e741bd
commit a03bbb6705
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ rm -fv %{buildroot}%{_mandir}/man1/kdecmake.1*
%check
%if 0%{?tests}
time xvfb-run -a dbus-launch --exit-with-session make -C %{_target_platform}/ test ARGS="--verbose" ||:
time xvfb-run -a dbus-launch --exit-with-session make -C %{_target_platform}/ test ARGS="--output-on-failure" ||:
%endif