Revision 7004a6bcc1e86d8139967786d1465ab81ab2deb9 authored by Xiang Li on 14 August 2013, 20:08:22 UTC, committed by Brandon Philips on 17 August 2013, 15:30:31 UTC
1 parent 177854c
Raw File
test.sh
#!/bin/sh

# Get GOPATH, etc from build
. ./build

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