mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Handle non-succeeding reports mingled with dots
This commit is contained in:
parent
6c40aa35a5
commit
265a725830
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ module Test
|
|||
runner.add_status(" = #$1")
|
||||
when /\A\.+\z/
|
||||
runner.succeed
|
||||
when /\A[EFS]\z/
|
||||
when /\A\.*[EFS][EFS.]*\z/
|
||||
runner.failed(s)
|
||||
else
|
||||
$stdout.print(s)
|
||||
|
|
Loading…
Reference in a new issue