Skip to content

Commit

Permalink
Merge pull request #513 from chriscool/fix_3nodetest
Browse files Browse the repository at this point in the history
Fix test_docker Makefile target and rename it test_3node
  • Loading branch information
jbenet committed Jan 7, 2015
2 parents 8e562a5 + bac0425 commit 04b938b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit 04b938b

Please sign in to comment.