- #!/bin/sh
- # script/test: Run test suite for application. Optionally pass in a path to an
- # individual test file to run a single test.
- cat script/misc/oteascii.txt
- set -e
- cd $GOPATH/src/gitote/gitote
- echo "==> Running tests…"
- go test -v -cover -race ./...
|