test.sh 495 B

123456789101112131415
  1. #!/bin/sh -e
  2. go run third_party.go test -i ./store
  3. go run third_party.go test -v ./store
  4. go run third_party.go test -i ./server
  5. go run third_party.go test -v ./server
  6. go run third_party.go test -i ./server/v2/tests
  7. go run third_party.go test -v ./server/v2/tests
  8. go run third_party.go test -i ./mod/lock/v2/tests
  9. go run third_party.go test -v ./mod/lock/v2/tests
  10. go run third_party.go test -i ./tests/functional
  11. ETCD_BIN_PATH=$(pwd)/bin/etcd go run third_party.go test -v ./tests/functional