go-common/app/job/openplatform/article/cmd/goconvey.sh

5 lines
249 B
Bash
Raw Normal View History

2019-04-22 10:49:16 +00:00
#!/bin/bash
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; }
goconvey -excludedDirs "vendor" -packages 1