open_test_web_ui.sh 273 B

123456
  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. cd ../
  4. goconvey -excludedDirs "vendor,node_modules,rpc" -packages 1