1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 17:36:38 +08:00

Merge pull request #513 from chriscool/fix_3nodetest

Fix test_docker Makefile target and rename it test_3node
This commit is contained in:
Juan Batiz-Benet
2015-01-07 15:08:26 -08:00

View File

@ -25,8 +25,8 @@ test_short: build test_go_short test_sharness_short
test_expensive: build test_go_expensive test_sharness_expensive test_expensive: build test_go_expensive test_sharness_expensive
test_docker: test_3node:
cd dockertest/ && make cd test/3nodetest && make
test_go_short: test_go_short:
go test -test.short ./... go test -test.short ./...