Fallback job status to normal if no tty
This commit is contained in:
parent
54b9b80b84
commit
38b79b05fd
@ -948,7 +948,7 @@ module Test
|
||||
end
|
||||
|
||||
def _prepare_run(suites, type)
|
||||
options[:job_status] ||= :replace if @tty && !@verbose
|
||||
options[:job_status] ||= @tty ? :replace : :normal unless @verbose
|
||||
case options[:color]
|
||||
when :always
|
||||
color = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user