File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 231231
232232task :stdlib_test => :compile do
233233 test_files = FileList [ "test/stdlib/**/*_test.rb" ] . reject do |path |
234- path =~ %r{Ractor} || path =~ %r{Encoding} || path =~ %r{CGI_test }
234+ path =~ %r{Ractor} || path =~ %r{Encoding} || path =~ %r{CGI-escape_test }
235235 end
236236
237237 if ENV [ "RANDOMIZE_STDLIB_TEST_ORDER" ] == "true"
@@ -240,7 +240,7 @@ task :stdlib_test => :compile do
240240
241241 sh "#{ ruby } -Ilib #{ bin } /test_runner.rb #{ test_files . join ( ' ' ) } "
242242 # TODO: Ractor tests need to be run in a separate process
243- sh "#{ ruby } -Ilib #{ bin } /test_runner.rb test/stdlib/CGI_test .rb"
243+ sh "#{ ruby } -Ilib #{ bin } /test_runner.rb test/stdlib/CGI-escape_test .rb"
244244 sh "#{ ruby } -Ilib #{ bin } /test_runner.rb test/stdlib/Ractor_test.rb"
245245 sh "#{ ruby } -Ilib #{ bin } /test_runner.rb test/stdlib/Encoding_test.rb"
246246end
You can’t perform that action at this time.
0 commit comments