File: runtests.sh

package info (click to toggle)
golang-raven-go 0.0~git20150721.0.74c334d-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: makefile: 3; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 70 bytes parent folder | download | duplicates (5)
1
2
3
4
#!/bin/bash
go test -race ./...
go test -cover ./...
go test -v ./...