@cryptotaxi247 / kubo / commits / bac042536

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 <chriscool@tuxfamily.org>

Christian Couder committed Jan 7, 2015 at 21:54 UTC bac042536b6f6563bf57c6a2d56d4361846a0f6f
1 file changed +2 -2
Makefile
+2 -2
@@ -25,8 +25,8 @@ test_short: build test_go_short test_sharness_short
25
26 test_expensive: build test_go_expensive test_sharness_expensive
27
28 -test_docker:
29 - cd dockertest/ && make
28 +test_3node:
29 + cd test/3nodetest && make
30
31 test_go_short:
32 go test -test.short ./...