Skip to content

Commit

Permalink
Fixup 3471277
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 5, 2020
1 parent 3471277 commit 0afbfdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common.mk
Expand Up @@ -1351,9 +1351,10 @@ no-test-bundler:

PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log
test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel
PARALLEL_TESTS_EXECUTABLE = $(XRUBY)
yes-test-bundler-parallel: yes-test-bundler-prepare
$(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/parallel_rspec \
-o "--require $(srcdir)/spec/bundler/spec_helper \
-o "--require $(srcdir)/spec/bundler/spec_helper" \
$(PARALLELRSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
no-test-bundler-parallel:

Expand Down

0 comments on commit 0afbfdd

Please sign in to comment.