Move test_Dockerfile to script dir
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
48ddedba65
commit
adc6564042
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
RUNC_TEST_IMAGE=runc_test
|
||||
PROJECT=github.com/opencontainers/runc
|
||||
TEST_DOCKERFILE=test_Dockerfile
|
||||
TEST_DOCKERFILE=script/test_Dockerfile
|
||||
export GOPATH:=$(CURDIR)/Godeps/_workspace:$(GOPATH)
|
||||
|
||||
all:
|
||||
|
|
Loading…
Reference in New Issue