1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #33225 from utilum/railties_testopts

Enable TESTOPTS in railties tests
This commit is contained in:
Rafael França 2018-06-26 14:15:10 -04:00 committed by GitHub
commit a399d96ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ namespace :test do
# We could run these in parallel, but pretty much all of the
# railties tests already run in parallel, so ¯\_(⊙︿⊙)_/¯
Process.waitpid fork {
ARGV.clear
ARGV.clear.push ENV["TESTOPTS"]
Rake.application = nil
load file