mirror of
https://github.com/clearlinux/netlink.git
synced 2026-09-06 21:41:27 +00:00
Use sudo for testing
This commit is contained in:
@@ -18,6 +18,6 @@ $(call goroot,$(DEPS)):
|
||||
.PHONY: $(call testdirs,$(DIRS))
|
||||
$(call testdirs,$(DIRS)):
|
||||
! gofmt -l $@*.go | grep ''
|
||||
go test -v github.com/vishvananda/netlink/$@
|
||||
sudo -E go test -v github.com/vishvananda/netlink/$@
|
||||
|
||||
test: $(call goroot,$(DEPS)) $(call testdirs,$(DIRS))
|
||||
|
||||
Reference in New Issue
Block a user