https://github.com/etcd-io/etcd
Revision 13b86f536019946b45ed65a798160d9d8afd000e authored by Ben Johnson on 14 October 2013, 16:05:43 UTC, committed by Ben Johnson on 14 October 2013, 16:05:43 UTC
1 parent 1843f7b
Raw File
Tip revision: 13b86f536019946b45ed65a798160d9d8afd000e authored by Ben Johnson on 14 October 2013, 16:05:43 UTC
bump(github.com/coreos/go-log/log):
Tip revision: 13b86f5
test.sh
#!/bin/sh

# Get GOPATH, etc from build
. ./build

# Run the tests!
go test -i
go test -v
back to top