add testing docs to ocm test

This commit is contained in:
Viktor Scharf
2024-06-27 11:36:56 +02:00
parent e9e16f385f
commit 74d55f17f6
8 changed files with 341 additions and 27 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func InitCommand(cfg *config.Config) *cli.Command {
Name: "config-path",
Value: defaults.BaseConfigPath(),
Usage: "Config path for the ocis runtime",
EnvVars: []string{"OCIS_CONFIG_DIR"},
EnvVars: []string{"OCIS_CONFIG_DIR", "OCIS_BASE_DATA_PATH"},
},
&cli.StringFlag{
Name: "admin-password",