From adc656404288800c4259967d3f23ed0d06ed96c1 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Tue, 30 Jun 2015 13:05:13 -0700 Subject: [PATCH] Move test_Dockerfile to script dir Signed-off-by: Alexander Morozov --- Makefile | 2 +- test_Dockerfile => script/test_Dockerfile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test_Dockerfile => script/test_Dockerfile (100%) diff --git a/Makefile b/Makefile index ddb30e68..d576d089 100644 --- a/Makefile +++ b/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: diff --git a/test_Dockerfile b/script/test_Dockerfile similarity index 100% rename from test_Dockerfile rename to script/test_Dockerfile