Skip to content

Commit

Permalink
update Makefile to use new peer command
Browse files Browse the repository at this point in the history
  • Loading branch information
lehors committed May 10, 2016
1 parent aff469a commit 4b3b8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ membersrvc:

unit-test: peer-image
@echo "Running unit-tests"
$(eval CID := $(shell docker run -dit -p 30303:30303 hyperledger-peer peer peer))
$(eval CID := $(shell docker run -dit -p 30303:30303 hyperledger-peer peer node start))
@go test -timeout=20m $(shell go list $(PKGNAME)/... | grep -v /vendor/ | grep -v /examples/)
@docker kill $(CID)
@touch .peerimage-dummy
Expand Down

0 comments on commit 4b3b8c6

Please sign in to comment.