Merge pull request #144 from squeed/build-fixes

build: some small improvements; bump to go1.10
This commit is contained in:
Dan Williams
2018-04-25 10:41:32 -05:00
committed by GitHub
27 changed files with 35 additions and 46 deletions

View File

@ -36,7 +36,7 @@ import (
func TestTBF(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "bandwidth suite")
RunSpecs(t, "plugins/meta/bandwidth")
}
var echoServerBinaryPath string