From 3e2bc44c0b705b628334d5e42511bd39d053b899 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 14 Nov 2019 17:50:35 +0100 Subject: [PATCH] spec/Makefile: on fix target, skip tagged scenarios and features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- spec/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/test/Makefile b/spec/test/Makefile index 571fcb8..62ca762 100644 --- a/spec/test/Makefile +++ b/spec/test/Makefile @@ -11,6 +11,6 @@ wip: test: lint pipenv run behave --no-capture --tags=~@skip fix: lint - KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture + KAPOW_DEBUG_TESTS=1 pipenv run behave --stop --no-capture --tags=~@skip catalog: pipenv run behave --format steps.usage --dry-run --no-summary -q