ignore mustConnect for now. fix test_counter

This commit is contained in:
Ethan Buchman
2016-05-17 22:45:45 -04:00
parent 5dc7bee57b
commit c3cc5375be
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -54,6 +54,7 @@ func NewClient(addr string, mustConnect bool) (*remoteClient, error) {
}
cli.QuitService = *NewQuitService(nil, "remoteClient", cli)
_, err := cli.Start() // Just start it, it's confusing for callers to remember to start.
return cli, err
if mustConnect {
return nil, err
} else {