aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-25 17:24:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-25 17:24:06 +0000
commit8ca2363cc7f48168f8a0b1a81715d03662b35c9e (patch)
treef29c902c00b347befc6e56343e36f5982f50e6bc /common.mk
parent48b1508128eb5df036da2ba7cdef2e4500f241d5 (diff)
downloadruby-8ca2363cc7f48168f8a0b1a81715d03662b35c9e.tar.gz
revert r58478 and r58479 because they do not support not in-place build
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 303edb4971..873b6fb851 100644
--- a/common.mk
+++ b/common.mk
@@ -712,7 +712,7 @@ test-rubyspec-precheck: $(arch)-fake.rb
test-rubyspec: $(TEST_RUNNABLE)-test-rubyspec
yes-test-rubyspec: test-rubyspec-precheck
$(gnumake_recursive)$(Q) \
- $(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run $(MSPECOPT)
+ $(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT)
no-test-rubyspec: test-rubyspec-precheck
RUNNABLE = $(LIBRUBY_RELATIVE:no=un)-runnable