etcd/test
Brandon Philips 436e2a857f fix(test): update this to use build
use all of the same packages as the build script
2013-08-06 17:20:58 -07:00

9 lines
90 B
Bash
Executable File

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