Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2020 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