Fix the option name in the error message [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-09-19 14:11:37 +09:00
Родитель ea22403653
Коммит 12e5e5b573
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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?