Add verbose flag to codesigned tests
This commit is contained in:
parent
d9d3118aa0
commit
3f4476da02
4
Makefile
4
Makefile
@ -47,8 +47,8 @@ ifeq "$(TRAVIS)" "true"
|
||||
sudo -E go test -v ./...
|
||||
else
|
||||
go test $(PREFIX)/terminal $(PREFIX)/dwarf/frame $(PREFIX)/dwarf/op $(PREFIX)/dwarf/util $(PREFIX)/source $(PREFIX)/dwarf/line
|
||||
go test -c $(FLAGS) $(PREFIX)/proc && codesign -s $(CERT) ./proc.test && ./proc.test $(TESTFLAGS) && rm ./proc.test
|
||||
go test -c $(FLAGS) $(PREFIX)/service/test && codesign -s $(CERT) ./test.test && ./test.test $(TESTFLAGS) && rm ./test.test
|
||||
go test -c $(FLAGS) $(PREFIX)/proc && codesign -s $(CERT) ./proc.test && ./proc.test $(TESTFLAGS) -test.v && rm ./proc.test
|
||||
go test -c $(FLAGS) $(PREFIX)/service/test && codesign -s $(CERT) ./test.test && ./test.test $(TESTFLAGS) -test.v && rm ./test.test
|
||||
endif
|
||||
else
|
||||
go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user