diff --git a/executor/executor.go b/executor/executor.go index 66a337d4..9eab8673 100644 --- a/executor/executor.go +++ b/executor/executor.go @@ -75,6 +75,7 @@ func doRunCommand(guid, path string, emitter screwdriver.Emitter, f *os.File, fR executionCommand := []string{ "export SD_STEP_ID=" + guid, ";. " + path, + ";echo", ";echo " + guid + " $?\n", } shargs := strings.Join(executionCommand, " ")