diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-07 10:37:59 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-07 15:10:58 +0900 |
| commit | be5dea972002b4d26a736f9b40fad7aa0fcf0fec (patch) | |
| tree | 72ab615121c8a5856d6ad4864b723dbf613ad054 | |
| parent | a4b4dad4badee2cf46dbc3da20d211c520fb79cb (diff) | |
Rename test command for test-unit
https://github.com/test-unit/test-unit/commit/b7d3c32f6e334e1823e30c053c2268893cf073ef
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13078
| -rw-r--r-- | tool/test-bundled-gems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/test-bundled-gems.rb b/tool/test-bundled-gems.rb index f5e3685235..a71d7dce7e 100644 --- a/tool/test-bundled-gems.rb +++ b/tool/test-bundled-gems.rb @@ -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 |
