Skip to content

Commit

Permalink
Hide pending results of turbo_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 12, 2024
1 parent 86d31ba commit 3c6b62b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ yes-test-bundler-prepare: yes-test-bundler-precheck
-e 'load "spec/bundler/support/bundle.rb"' -- install --quiet --gemfile=tool/bundler/dev_gems.rb
$(ACTIONS_ENDGROUP)

RSPECOPTS = --require spec_helper --require formatter_overrides
RSPECOPTS = -r formatter_overrides
BUNDLER_SPECS =
PREPARE_BUNDLER = $(TEST_RUNNABLE)-test-bundler-prepare
test-bundler: $(TEST_RUNNABLE)-test-bundler
Expand All @@ -1681,7 +1681,7 @@ yes-test-bundler: $(PREPARE_BUNDLER)
-r./$(arch)-fake \
-e "exec(*ARGV)" -- \
$(XRUBY) -C $(srcdir) -Ispec/bundler:spec/lib .bundle/bin/rspec \
$(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
-r spec_helper $(RSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
no-test-bundler:

PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log
Expand All @@ -1694,8 +1694,8 @@ yes-test-bundler-parallel: $(PREPARE_BUNDLER)
-e "ARGV[-1] = File.expand_path(ARGV[-1])" \
-e "ENV['PARALLEL_TESTS_EXECUTABLE'] = ruby + ARGV.shift" \
-e "load ARGV.shift" \
" -C $(srcdir) -Ispec/bundler:spec/lib .bundle/bin/rspec $(RSPECOPTS)" \
$(srcdir)/spec/bin/parallel_rspec \
" -C $(srcdir) -Ispec/bundler:spec/lib .bundle/bin/rspec -r spec_helper" \
$(srcdir)/spec/bin/parallel_rspec $(RSPECOPTS) \
$(PARALLELRSPECOPTS) $(srcdir)/spec/bundler/$(BUNDLER_SPECS)
no-test-bundler-parallel:

Expand Down

0 comments on commit 3c6b62b

Please sign in to comment.