diff --git a/cmd/cloud.go b/cmd/cloud.go index 4e68187497fc..b4d136efd891 100644 --- a/cmd/cloud.go +++ b/cmd/cloud.go @@ -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)