Commit Graph

4 Commits

Author SHA1 Message Date
Sean Chittenden 12c2fefee3 Introduce GOTEST_FLAGS to conditionally add -v to go test
Trivial change that makes it possible for developers to set an environment variable and change the output of `go test` to be detailed (i.e. `GOTEST_FLAGS=-v`).
2016-03-23 16:14:11 -07:00
Sean Chittenden 333ff22e9a Manage dependencies via Godep
Embrace the future and use Go 1.6's vendor support via Godep.

Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
2016-02-12 16:50:37 -08:00
Ryan Mills 1a5d104ad9 Add XXX to the end of mktemp template to support more linux versions. 2015-04-12 01:48:24 +00:00
Ryan Uber bbed69867a Build consul to a temp dir for API tests 2015-04-11 13:21:56 -07:00