File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ namespace :spec do
4545 def run_specs_parallel ( path , env_vars = '' )
4646 command = <<~CMD
4747 #{ env_vars } bundle exec parallel_rspec \
48- --test-options '--order rand #{ rspec_profile_option } --format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec_main.log' \
48+ --test-options '--order rand #{ rspec_profile_option } --format progress --format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec_main.log' \
4949 --runtime-log tmp/parallel_runtime_rspec_main.log \
5050 --single spec/integration/ \
5151 --single spec/acceptance/ \
@@ -60,7 +60,7 @@ namespace :spec do
6060 def run_migration_specs_parallel ( env_vars = '' )
6161 command = <<~CMD
6262 #{ env_vars } bundle exec parallel_rspec \
63- --test-options '--order rand #{ rspec_profile_option } --format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec_migrations.log' \
63+ --test-options '--order rand #{ rspec_profile_option } --format progress --format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec_migrations.log' \
6464 --runtime-log tmp/parallel_runtime_rspec_migrations.log \
6565 -- spec/migrations
6666 CMD
You can’t perform that action at this time.
0 commit comments