Skip to content

Commit

Permalink
Makefile test target fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkowalczuk committed Aug 14, 2016
1 parent 5b440c3 commit 7d8cdc1
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 @@ -21,7 +21,7 @@ install:
@go install -ldflags "${LDFLAGS}" ${PACKAGE_CMD_DAEMON}

test:
@./test.sh
@scripts/test.sh
@go tool cover -func=coverage.txt | tail -n 1

cover: test
Expand Down

0 comments on commit 7d8cdc1

Please sign in to comment.