etcd/test.sh

9 lines
90 B
Bash
Executable File

#!/bin/sh
# Get GOPATH, etc from build
. ./build
# Run the tests!
go test -i
go test -v