mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
Merge pull request #24129 from ygalblum/makefile-ginkgo-silence-skips
Makefile - silence skipped tests when focusing on a file
This commit is contained in:
5
Makefile
5
Makefile
@@ -655,8 +655,9 @@ ginkgo-run: .install.ginkgo
|
||||
$(GINKGO) version
|
||||
$(GINKGO) -vv $(TESTFLAGS) --tags "$(TAGS) remote" $(GINKGOTIMEOUT) --flake-attempts $(GINKGO_FLAKE_ATTEMPTS) \
|
||||
--trace $(if $(findstring y,$(GINKGO_NO_COLOR)),--no-color,) \
|
||||
$(if $(findstring y,$(GINKGO_PARALLEL)),-p,) $(if $(FOCUS),--focus "$(FOCUS)",) \
|
||||
$(if $(FOCUS_FILE),--focus-file "$(FOCUS_FILE)",) $(GINKGOWHAT)
|
||||
$(if $(findstring y,$(GINKGO_PARALLEL)),-p,) \
|
||||
$(if $(FOCUS),--focus "$(FOCUS) --silence-skips",) \
|
||||
$(if $(FOCUS_FILE),--focus-file "$(FOCUS_FILE)" --silence-skips,) $(GINKGOWHAT)
|
||||
|
||||
.PHONY: ginkgo
|
||||
ginkgo:
|
||||
|
||||
Reference in New Issue
Block a user