From eff2380c6c47d9d6c07b36214e3ea2b511ff8a5b17c7d110ae8a2d154fb8b0cf Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Wed, 13 Nov 2024 12:08:43 +0100 Subject: [PATCH] Move exit to the begining --- spec-cleaner.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 7eb2204..4316f9b 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -62,6 +62,7 @@ rm pytest.ini %endif %check +exit 1 export LANG=en_US.UTF-8 # Tests that requires network donttest="webtest or url_https.spec" @@ -69,7 +70,6 @@ donttest="webtest or url_https.spec" # the secure url exists donttest+=" or source_https or rpmpreamble.spec or replace_pwdutils.spec or mingw32-clutter.spec" python3 -m pytest -k "not ($donttest)" tests/*-tests.py -exit 1 %install %if 0%{?mageia}