Install verbosely

This commit is contained in:
Jakob Borg 2014-10-06 08:17:33 +02:00
parent 146a284315
commit 5c07477de4
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ func test(pkg string) {
func install(pkg string) {
os.Setenv("GOBIN", "./bin")
setBuildEnv()
runPrint("go", "install", "-ldflags", ldflags(), pkg)
runPrint("go", "install", "-v", "-ldflags", ldflags(), pkg)
}
func build(pkg string, tags []string) {