ruby-changes:46364
From: eregon <ko1@a...>
Date: Tue, 25 Apr 2017 21:45:30 +0900 (JST)
Subject: [ruby-changes:46364] eregon:r58478 (trunk): No need to pass the config file to mspec as mspec finds it itself
eregon 2017-04-25 21:45:25 +0900 (Tue, 25 Apr 2017) New Revision: 58478 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58478 Log: No need to pass the config file to mspec as mspec finds it itself * It would also #load (because .mspec cannot be #require'd) it twice. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 58477) +++ common.mk (revision 58478) @@ -712,7 +712,7 @@ test-rubyspec-precheck: $(arch)-fake.rb https://github.com/ruby/ruby/blob/trunk/common.mk#L712 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 -B $(srcdir)/spec/default.mspec $(MSPECOPT) + $(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run $(MSPECOPT) no-test-rubyspec: test-rubyspec-precheck RUNNABLE = $(LIBRUBY_RELATIVE:no=un)-runnable -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/