Skip to content

Commit

Permalink
fix (failure): rollback check failures (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
  • Loading branch information
yesnault committed May 30, 2018
1 parent ce67a16 commit 62dcc5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process_teststep.go
Expand Up @@ -23,6 +23,7 @@ func (v *Venom) RunTestStep(tcc TestCaseContext, e *ExecutorWrap, ts *TestSuite,
result, err = runTestStepExecutor(tcc, e, ts, step, l)

if err != nil {
tc.Failures = append(tc.Failures, Failure{Value: RemoveNotPrintableChar(err.Error())})
continue
}

Expand Down

0 comments on commit 62dcc5d

Please sign in to comment.