Commit 04b938b8 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #513 from chriscool/fix_3nodetest

Fix test_docker Makefile target and rename it test_3node
parents 8e562a5a bac04253
......@@ -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