make tests non-fatal (advisory only)

epel9
Rex Dieter 9 years ago
parent b171bf34c1
commit db074cc540

@ -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 <rdieter@fedoraproject.org> - 5.21.0-3
- support bootstrap, %%check: enable tests
- support bootstrap, %%check: enable tests (advisory)
* Wed Apr 27 2016 Orion Poplawski <orion@cora.nwra.com> - 5.21.0-2
- Do not obsolete/provide baloo{-file} in EPEL, use Conflicts (for now)

Loading…
Cancel
Save