Commit bac04253 authored by Christian Couder's avatar Christian Couder

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: default avatarChristian Couder <chriscool@tuxfamily.org>
parent cb108f48
......@@ -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 ./...
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment