Switch to in-process agent

This commit is contained in:
Alex Dadgar
2017-07-20 21:07:32 -07:00
parent 57e34b66ea
commit da25a3d5ce
20 changed files with 64 additions and 83 deletions

View File

@@ -12,8 +12,8 @@ func TestLogsCommand_Implements(t *testing.T) {
}
func TestLogsCommand_Fails(t *testing.T) {
srv, _, url := testServer(t, nil)
defer srv.Stop()
srv, _, url := testServer(t, false, nil)
defer srv.Shutdown()
ui := new(cli.MockUi)
cmd := &LogsCommand{Meta: Meta{Ui: ui}}