| Index: logdog/common/storage/archive/logdog_archive_test/main.go
|
| diff --git a/logdog/common/storage/archive/logdog_archive_test/main.go b/logdog/common/storage/archive/logdog_archive_test/main.go
|
| index 471cad5208f7fc5d7a723f7b21e7a66eed620809..d579a92862c91f2072b57cf76b10c27b9cb6f1a9 100644
|
| --- a/logdog/common/storage/archive/logdog_archive_test/main.go
|
| +++ b/logdog/common/storage/archive/logdog_archive_test/main.go
|
| @@ -86,9 +86,9 @@ func mainImpl(c context.Context, args []string) int {
|
| &subcommandGet,
|
| &subcommandTail,
|
|
|
| - authcli.SubcommandLogin(authOpts, "auth-login"),
|
| - authcli.SubcommandLogout(authOpts, "auth-logout"),
|
| - authcli.SubcommandInfo(authOpts, "auth-info"),
|
| + authcli.SubcommandLogin(authOpts, "auth-login", false),
|
| + authcli.SubcommandLogout(authOpts, "auth-logout", false),
|
| + authcli.SubcommandInfo(authOpts, "auth-info", false),
|
| },
|
| },
|
| }
|
|
|