mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
dh-golang calls "go install", "go test" and "go generate" with "-v" to unconditionally enable verbose mode. This may saturate the 4MB limit that travis puts on log files. To get some actually _useful_ output, filter the -v argument out. Since this is a RFC I only applied this to Ubuntu but I can make it work for other packaging wrappers. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>