summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-18 19:50:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-18 23:41:23 +0900
commit4f4016497e12af1b1a227bf0f7ff5e6b6e6f92ec (patch)
tree8edcda0f3d00f2dc31edb5977cd94b2b955799a9 /tool/lib
parent9c973f9555c2ccfb7f7637bde08a5261baad0e05 (diff)
Handle `Timeout::Error` reported from workers
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index ecb7edd29f..4dc4392fc0 100644
--- a/tool/lib/test/unit.rb
+++ b/tool/lib/test/unit.rb
@@ -1065,7 +1065,7 @@ module Test
runner.add_status(" = #$1")
when /\A\.+\z/
runner.succeed
- when /\A\.*[EFS][EFS.]*\z/
+ when /\A\.*[EFST][EFST.]*\z/
runner.failed(s)
else
$stdout.print(s)