From db074cc5405c6f6490b7bd2716c646d7d33012b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 27 Apr 2016 16:58:49 -0500 Subject: [PATCH] make tests non-fatal (advisory only) --- kf5-baloo.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kf5-baloo.spec b/kf5-baloo.spec index 632f49e..cd9df77 100644 --- a/kf5-baloo.spec +++ b/kf5-baloo.spec @@ -135,7 +135,7 @@ cat baloo_file.lang baloo_file_extractor.lang \ %check %if 0%{?tests} -time make test -C %{_target_platform} ARGS="--timeout 300 --output-on-failure" +time make test -C %{_target_platform} ARGS="--timeout 300 --output-on-failure" ||: %endif @@ -191,7 +191,7 @@ fi %changelog * Wed Apr 27 2016 Rex Dieter - 5.21.0-3 -- support bootstrap, %%check: enable tests +- support bootstrap, %%check: enable tests (advisory) * Wed Apr 27 2016 Orion Poplawski - 5.21.0-2 - Do not obsolete/provide baloo{-file} in EPEL, use Conflicts (for now)