From 0afbfddc0d74e95e9c79090d9324cc27d9b44c32 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 5 Jun 2020 19:20:48 +0900 Subject: [PATCH] Fixup 347127794e8041a1257b7241bbbdd9d0db2921a5 --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 817f6ec061..b00a6df667 100644 --- a/common.mk +++ b/common.mk @@ -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: