diff options
Diffstat (limited to 'worker/exec.go')
| -rw-r--r-- | worker/exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/exec.go b/worker/exec.go index 10bc99a..fb238c3 100644 --- a/worker/exec.go +++ b/worker/exec.go @@ -77,7 +77,7 @@ func convertCommandErrorToResultType(err error) string { if err == context.DeadlineExceeded { return resultTimeout } else { - return resultFailure + return resultRuntimeError } } else { return resultSuccess |
