Skip to content

Commit

Permalink
add err log
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Jan 10, 2018
1 parent 1db2bc8 commit ab10c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/runner/cli_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (cli *CLIProvisioner) Run() error {
cli.Point.RecordProvisionError()
} else if i == cli.ProvisionRetries {
cli.Point.RecordProvisionError()
return fmt.Errorf("Exceeded provision retry count")
return fmt.Errorf("Exceeded provision retry count: %s", err)
}
} else {
cli.Point.RecordProvisionSuccess()
Expand Down

0 comments on commit ab10c05

Please sign in to comment.