Skip to content

Commit

Permalink
Use () instead of {} for nmake
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 21, 2019
1 parent 2d8d634 commit 1940347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.mk
Expand Up @@ -1307,8 +1307,8 @@ PARALLELRSPECOPTS = --runtime-log $(srcdir)/tmp/parallel_runtime_rspec.log
test-bundler-parallel: $(TEST_RUNNABLE)-test-bundler-parallel
yes-test-bundler-parallel: yes-test-bundler-prepare
$(XRUBY) -C $(srcdir) -Ispec/bundler .bundle/bin/parallel_rspec \
-o "--require ${srcdir}/spec/bundler/spec_helper --require ${srcdir}/spec/bundler/support/parallel" \
${PARALLELRSPECOPTS} spec/bundler/$(BUNDLER_SPECS)
-o "--require $(srcdir)/spec/bundler/spec_helper --require $(srcdir)/spec/bundler/support/parallel" \
$(PARALLELRSPECOPTS) spec/bundler/$(BUNDLER_SPECS)
no-test-bundler-parallel:

GEM = up
Expand Down

0 comments on commit 1940347

Please sign in to comment.