Do not ignore test results

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 8826a4cdbb
commit ad9ae1960b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 1.7.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: URL library for Rust, based on the WHATWG URL Standard
License: MIT or ASL 2.0
@ -57,8 +57,7 @@ which use %{crate} from crates.io.
%if %{with check}
%check
# https://github.com/servo/rust-url/issues/437
%cargo_test || :
%cargo_test
%endif
%files devel
@ -68,6 +67,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,docs}
%changelog
* Fri Jul 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.1-2
- Do not ignore test results
* Fri Jul 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.1-1
- Update to 1.7.1

Loading…
Cancel
Save