Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Dont print errors
Browse files Browse the repository at this point in the history
- The cf cli already outputs enough failure messages to debug what went
wrong in a push

[149892994] Pushums should report failure when the SLI push fails to target
  • Loading branch information
mikexuu committed Aug 7, 2017
1 parent adb8491 commit 9d72831
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ func main() {

sli_executor := sli_executor.NewSliExecutor(cf_cli)
result, err := sli_executor.RunTest(app_name, *buildpack, *app_bits_path, config)
if err != nil {
fmt.Fprintf(os.Stdout, err.Error())
}

output := &Output{
Route: app_name + "." + config.Domain,
Expand Down

0 comments on commit 9d72831

Please sign in to comment.