Versions in this module Expand all Collapse all v0 v0.41.15 Mar 13, 2023 Changes in this version + func GetExitCodeForRunCommandError(err error) (int, error) + func RunCommand(t testing.TestingT, command Command) + func RunCommandAndGetOutput(t testing.TestingT, command Command) string + func RunCommandAndGetOutputE(t testing.TestingT, command Command) (string, error) + func RunCommandAndGetStdOut(t testing.TestingT, command Command) string + func RunCommandAndGetStdOutE(t testing.TestingT, command Command) (string, error) + func RunCommandE(t testing.TestingT, command Command) error + type Command struct + Args []string + Command string + Env map[string]string + Logger *logger.Logger + WorkingDir string + type ErrWithCmdOutput struct + Output *output + Underlying error + func (e *ErrWithCmdOutput) Error() string