goconvey.sh 249 B

12345
  1. #!/bin/bash
  2. command -v goconvey >/dev/null 2>&1 || { echo >&2 "required goconvey but it's not installed."; echo "Aborting."; echo "Please run commond: go get github.com/smartystreets/goconvey"; exit 1; }
  3. goconvey -excludedDirs "vendor" -packages 1