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")
|
runner.add_status(" = #$1")
|
||||||
when /\A\.+\z/
|
when /\A\.+\z/
|
||||||
runner.succeed
|
runner.succeed
|
||||||
when /\A[EFS]\z/
|
when /\A\.*[EFS][EFS.]*\z/
|
||||||
runner.failed(s)
|
runner.failed(s)
|
||||||
else
|
else
|
||||||
$stdout.print(s)
|
$stdout.print(s)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue