Skip to content

Commit ab82898

Browse files
authored
Print failed specs (#5305)
1 parent 39144cd commit ab82898

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/tasks/spec.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)