From 86da83e6047b9edc112ba7d4869b117c41ab9adc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 21 2019 08:52:04 +0000 Subject: Properly skip tests Signed-off-by: Igor Gnatenko --- diff --git a/rust-askalono.spec b/rust-askalono.spec index d1a9153..984a7bf 100644 --- a/rust-askalono.spec +++ b/rust-askalono.spec @@ -101,13 +101,7 @@ which use "spdx" feature of "%{crate}" crate. %if %{with check} %check # The complete tests suite needs the dataset submodule -%cargo_test -- -- \ - --skip self_apache_header \ - --skip real_world_licenses \ - --skip empty_match \ - --skip self_licenses \ - --skip store_loads \ - %{nil} +%cargo_test -- -- --skip self_apache_header --skip real_world_licenses --skip empty_match --skip self_licenses --skip store_loads %endif %changelog