You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.Usage="Compare the environment with an OCI configuration"
707
709
app.Description="runtimetest compares its current environment with an OCI runtime configuration read from config.json in its current working directory. The tests are fairly generic and cover most configurations used by the runtime validation suite, but there are corner cases where a container launched by a valid runtime would not satisfy runtimetest."
708
-
app.UsageText="runtimetest [options]"
709
710
app.Flags= []cli.Flag{
710
711
cli.StringFlag{
711
712
Name: "log-level",
712
713
Value: "error",
713
714
Usage: "Log level (panic, fatal, error, warn, info, or debug)",
0 commit comments