From bac042536b6f6563bf57c6a2d56d4361846a0f6f Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Wed, 7 Jan 2015 21:54:47 +0100 Subject: [PATCH] Fix test_docker Makefile target and rename it test_3node The dockertest/ directory has been moved into test/ and it has been renamed 3nodetest/ in commit 28cf220d (dockertest -> test/3nodetest). License: MIT Signed-off-by: Christian Couder --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 73fbb5585..f20b02acc 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ test_short: build test_go_short test_sharness_short test_expensive: build test_go_expensive test_sharness_expensive -test_docker: - cd dockertest/ && make +test_3node: + cd test/3nodetest && make test_go_short: go test -test.short ./...