From ad9ae1960b7de88af91ecf8a3c1fd261b2a37c1b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 6 Jul 2018 13:45:52 +0100 Subject: [PATCH] Do not ignore test results Signed-off-by: Igor Gnatenko --- rust-url.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rust-url.spec b/rust-url.spec index 2c7abe5..bec29ab 100644 --- a/rust-url.spec +++ b/rust-url.spec @@ -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 - 1.7.1-2 +- Do not ignore test results + * Fri Jul 06 2018 Igor Gnatenko - 1.7.1-1 - Update to 1.7.1