mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-03 15:25:19 +00:00
Some of the entrypoint-tester related tests overrides agnhost's default entrypoint with agnhost-2, and this function's args will only contain the subcommand's args (./agnhost entrypoint-tester these args), but we need to print *all* the args, which is why os.Args should be printed instead.