mirror of
https://github.com/containers/skopeo.git
synced 2025-08-02 07:17:46 +00:00
Merge pull request #541 from marcov/testflags
Allow passing TESTFLAGS env to hack/make.sh from make
This commit is contained in:
commit
fb84437cd1
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ endif
|
||||
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
|
||||
DOCKER_IMAGE := skopeo-dev$(if $(GIT_BRANCH),:$(GIT_BRANCH))
|
||||
# set env like gobuildtag?
|
||||
DOCKER_FLAGS := docker run --rm -i #$(DOCKER_ENVS)
|
||||
DOCKER_FLAGS := docker run --rm -i -e TESTFLAGS="$(TESTFLAGS)" #$(DOCKER_ENVS)
|
||||
# if this session isn't interactive, then we don't want to allocate a
|
||||
# TTY, which would fail, but if it is interactive, we do want to attach
|
||||
# so that the user can send e.g. ^C through.
|
||||
|
Loading…
Reference in New Issue
Block a user