aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/test/unit.rb b/test/lib/test/unit.rb
index fc210d983c..72d4ba60a7 100644
--- a/test/lib/test/unit.rb
+++ b/test/lib/test/unit.rb
@@ -650,7 +650,7 @@ module Test
def succeed; del_status_line; end
def failed(s)
- return if s and @options[:verbose]
+ return if s and @options[:job_status] != :replace
sep = "\n"
@report_count ||= 0
report.each do |msg|