We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe914c commit e0fa127Copy full SHA for e0fa127
Makefile
@@ -201,10 +201,11 @@ test-integration:
201
$(MAKE) test-integration-local
202
203
204
-# Intended for CI, assumed to be running in quay.io/libpod/skopeo_cidev container.
+# Primarily intended for CI.
205
test-integration-local: bin/skopeo
206
hack/warn-destructive-tests.sh
207
- hack/test-integration.sh $(SKOPEO_LDFLAGS) $(TESTFLAGS)
+ $(MAKE) PREFIX=/usr install
208
+ cd ./integration && $(GO) test $(SKOPEO_LDFLAGS) $(TESTFLAGS) $(if $(BUILDTAGS),-tags "$(BUILDTAGS)")
209
210
# complicated set of options needed to run podman-in-podman
211
test-system:
hack/test-integration.sh
0 commit comments