Skip to content

Commit fdfb72f

Browse files
authored
Merge pull request #2319 from ActiveState/DX-1521
Fix executor test
2 parents 1e92a8c + c06be3e commit fdfb72f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/runners/exec/exec.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ func (s *Exec) Run(params *Params, args ...string) (rerr error) {
130130
if err := rt.Update(s.auth, pg); err != nil {
131131
return locale.WrapError(err, "err_update_runtime", "Could not update runtime installation.")
132132
}
133-
return locale.NewError("test error")
134133
}
135134
venv := virtualenvironment.New(rt)
136135

0 commit comments

Comments
 (0)