test.sh 237 B

123456789101112
  1. #!/bin/sh
  2. # Get GOPATH, etc from build
  3. . ./build
  4. # Run the tests!
  5. go test -i
  6. go test -v
  7. # Run the functional tests!
  8. go test -i github.com/coreos/etcd-test-runner
  9. ETCD_BIN_PATH=$(pwd)/etcd go test -v github.com/coreos/etcd-test-runner