From a03bbb6705758b88d73980c34381138ef53a4411 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 6 Dec 2013 21:49:53 -0600 Subject: [PATCH] slightly less verbose tests --- kdelibs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdelibs.spec b/kdelibs.spec index d53c03e..c3f955e 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -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