From 12e5e5b5739657284789a966e1dcb205545ad0ce Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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(-) (limited to 'bootstraptest') 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 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.3