Sean Chittenden
0ba86087eb
Include the test coverage report in the output
...
Inspired by: Nomad project
2016-05-07 13:04:28 -07:00
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