summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-26 11:28:07 -0400
committerGitHub <noreply@github.com>2020-05-26 11:28:07 -0400
commit07ef44e2f3e4162fc28c3f3edcd739ab6e51526a (patch)
tree626911d289af9d4e52a60f508accad4841b92f31 /Makefile
parent5c10533d49314f78fffa983bd0e1a060322b505b (diff)
parentb81b865b5287fd07b4e6fb73753cab788ae76edc (diff)
downloadpodman-07ef44e2f3e4162fc28c3f3edcd739ab6e51526a.tar.gz
podman-07ef44e2f3e4162fc28c3f3edcd739ab6e51526a.tar.bz2
podman-07ef44e2f3e4162fc28c3f3edcd739ab6e51526a.zip
Merge pull request #6390 from edsantiago/registry_show_errors
podman-registry: fix lost credentials
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c9240ca6..8fcc6cd82 100644
--- a/Makefile
+++ b/Makefile
@@ -318,7 +318,7 @@ localunit: test/goecho/goecho varlink_generate
ginkgo \
-r \
$(TESTFLAGS) \
- --skipPackage test/e2e,pkg/apparmor,test/endpoint,pkg/bindings \
+ --skipPackage test/e2e,pkg/apparmor,test/endpoint,pkg/bindings,hack \
--cover \
--covermode atomic \
--tags "$(BUILDTAGS)" \
@@ -326,7 +326,7 @@ localunit: test/goecho/goecho varlink_generate
.PHONY: ginkgo
ginkgo:
- ginkgo -v $(TESTFLAGS) -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 -debug test/e2e/.
+ ginkgo -v $(TESTFLAGS) -tags "$(BUILDTAGS)" $(GINKGOTIMEOUT) -cover -flakeAttempts 3 -progress -trace -noColor -nodes 3 -debug test/e2e/. hack/.
.PHONY: ginkgo-remote
ginkgo-remote: