Rename test command for test-unit

b7d3c32f6e
This commit is contained in:
Hiroshi SHIBATA 2025-04-07 10:37:59 +09:00
parent a4b4dad4ba
commit be5dea9720
Notes: git 2025-04-07 06:11:15 +00:00

View File

@ -60,7 +60,7 @@ File.foreach("#{gem_dir}/bundled_gems") do |line|
load_path = true
when "test-unit"
test_command = "#{ruby} -C #{gem_dir}/src/#{gem} test/run-test.rb"
test_command = "#{ruby} -C #{gem_dir}/src/#{gem} test/run.rb"
when "win32ole"
next unless /mswin|mingw/ =~ RUBY_PLATFORM