Skip to content

Commit

Permalink
Makefile: don't use test -v because it hides failures in scrollback
Browse files Browse the repository at this point in the history
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
zx2c4 committed Nov 16, 2021
1 parent 3cae233 commit 425f7c7
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 @@ -23,7 +23,7 @@ install: wireguard-go
@install -v -d "$(DESTDIR)$(BINDIR)" && install -v -m 0755 "$<" "$(DESTDIR)$(BINDIR)/wireguard-go"

test:
go test -v ./...
go test ./...

clean:
rm -f wireguard-go
Expand Down

0 comments on commit 425f7c7

Please sign in to comment.