test 276 B

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