We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c6f64 commit d68329fCopy full SHA for d68329f
rakelib/rails.rake
@@ -51,7 +51,7 @@ namespace :rails do
51
ruby_opts_string += " -C \"#{ar_path}\""
52
ruby_opts_string += " -rbundler/setup"
53
ruby_opts_string += " -rminitest -rminitest/excludes" unless ENV['NO_EXCLUDES'].eql?('true')
54
- file_list = ENV["TEST"] ? FileList[ ENV["TEST"] ] : test_files_finder.call
+ file_list = ENV["TEST"] ? FileList[ ENV["TEST"].split(',') ] : test_files_finder.call
55
file_list_string = file_list.map { |fn| "\"#{fn}\"" }.join(' ')
56
# test_loader_code = "-e \"ARGV.each{|f| require f}\"" # :direct
57
option_list = ( ENV["TESTOPTS"] || ENV["TESTOPT"] || ENV["TEST_OPTS"] || '' )
0 commit comments