Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Pass additional options to ./tools/test to revert to previous behaviour.
Browse files Browse the repository at this point in the history
Previous commit upgrades Weave Net to the latest version of `build-tools`.
However, `./tools/test`'s default behaviour has changed, so we need to explicitly pass new options/arguments, in order to keep it behaving like before c8d9085.
  • Loading branch information
marccarre committed Jan 24, 2017
1 parent c8d9085 commit 5481bc7
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 @@ -126,7 +126,7 @@ $(SIGPROXY_EXE) $(TEST_TLS_EXE) $(WEAVEWAIT_NOOP_EXE) $(RUNNER_EXE):
go build $(BUILD_FLAGS) -o $@ ./$(@D)

tests:
./tools/test -no-go-get
./tools/test -no-go-get -netgo -timeout 8m

lint:
./tools/lint -nocomment -notestpackage .
Expand Down

0 comments on commit 5481bc7

Please sign in to comment.