github.com/henvic/wedeploycli@v1.7.6-0.20200319005353-3630f582f284/functional/.jenkins/test.sh (about) 1 #!/bin/bash 2 3 set -o errexit 4 set -o xtrace 5 6 main() { 7 cd ../tests 8 ./main.exp 9 } 10 11 main "$@"