File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ --format progress
2
+ --format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime_rspec.log
Original file line number Diff line number Diff line change @@ -1293,7 +1293,7 @@ test-bundler-precheck: $(arch)-fake.rb programs
1293
1293
1294
1294
yes-test-bundler-prepare : test-bundler-precheck
1295
1295
$(XRUBY ) -C " $( srcdir) " bin/gem install --no-document \
1296
- --install-dir .bundle --conservative " rspec:~> 3.5" " rake:~> 12.0"
1296
+ --install-dir .bundle --conservative " rspec:~> 3.5" " rake:~> 12.0" " parallel_tests:~> 2.29 "
1297
1297
1298
1298
RSPECOPTS = --format progress
1299
1299
BUNDLER_SPECS =
@@ -1303,6 +1303,14 @@ yes-test-bundler: yes-test-bundler-prepare
1303
1303
--require spec_helper $(RSPECOPTS ) spec/bundler/$(BUNDLER_SPECS )
1304
1304
no-test-bundler :
1305
1305
1306
+ PARALLELRSPECOPTS = --runtime-log $(srcdir ) /tmp/parallel_runtime_rspec.log
1307
+ test-bundler-parallel : $(TEST_RUNNABLE ) -test-bundler-parallel
1308
+ yes-test-bundler-parallel : yes-test-bundler-prepare
1309
+ $(XRUBY ) -C $(srcdir ) -Ispec/bundler .bundle/bin/parallel_rspec \
1310
+ -o " --require ${srcdir} /spec/bundler/spec_helper --require ${srcdir} /spec/bundler/support/parallel" \
1311
+ ${PARALLELRSPECOPTS} spec/bundler/$(BUNDLER_SPECS )
1312
+ no-test-bundler-parallel :
1313
+
1306
1314
GEM = up
1307
1315
sync-default-gems :
1308
1316
$(Q ) $(XRUBY ) -C " $( srcdir) " tool/sync_default_gems.rb $(GEM )
You can’t perform that action at this time.
0 commit comments