Skip to content

Commit

Permalink
Don't exit on 'k6 cloud -q' just don't print progress
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov authored and salem84 committed Nov 5, 2020
1 parent c46c292 commit 7416ff2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,6 @@ This will execute the test on the k6 cloud service. Use "k6 login cloud" to auth
progressBarWG.Done()
}()

// The quiet option hides the progress bar and disallow aborting the test
if quiet {
return nil
}

// Trap Interrupts, SIGINTs and SIGTERMs.
sigC := make(chan os.Signal, 1)
signal.Notify(sigC, os.Interrupt, syscall.SIGINT, syscall.SIGTERM)
Expand Down

0 comments on commit 7416ff2

Please sign in to comment.