[前][次][番号順一覧][スレッド一覧]

ruby-changes:73610

From: Nobuyoshi <ko1@a...>
Date: Mon, 19 Sep 2022 14:19:53 +0900 (JST)
Subject: [ruby-changes:73610] 12e5e5b573 (master): Fix the option name in the error message [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=12e5e5b573

From 12e5e5b5739657284789a966e1dcb205545ad0ce Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 19 Sep 2022 14:11:37 +0900
Subject: Fix the option name in the error message [ci skip]

---
 bootstraptest/runner.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb
index 3d42390254..9699b10bc0 100755
--- a/bootstraptest/runner.rb
+++ b/bootstraptest/runner.rb
@@ -154,8 +154,7 @@ End https://github.com/ruby/ruby/blob/trunk/bootstraptest/runner.rb#L154
     end
   }
   if tests and not ARGV.empty?
-    $stderr.puts "--tests and arguments are exclusive"
-    exit false
+    abort "--sets and arguments are exclusive"
   end
   tests ||= ARGV
   tests = Dir.glob("#{File.dirname($0)}/test_*.rb").sort if tests.empty?
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]