[前][次][番号順一覧][スレッド一覧]

ruby-changes:31050

From: nobu <ko1@a...>
Date: Thu, 3 Oct 2013 13:43:07 +0900 (JST)
Subject: [ruby-changes:31050] nobu:r43129 (trunk): common.mk: use RUNRUBY for test-sample

nobu	2013-10-03 13:42:55 +0900 (Thu, 03 Oct 2013)

  New Revision: 43129

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43129

  Log:
    common.mk: use RUNRUBY for test-sample
    
    * common.mk (yes-test-sample): use RUNRUBY instead of MINIRUBY to set
      runtime library path and run the built ruby.  [Bug #8971]

  Modified files:
    trunk/ChangeLog
    trunk/common.mk
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43128)
+++ ChangeLog	(revision 43129)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Oct  3 13:42:51 2013  Nobuyoshi Nakada  <nobu@r...>
+
+	* common.mk (yes-test-sample): use RUNRUBY instead of MINIRUBY to set
+	  runtime library path and run the built ruby.  [Bug #8971]
+
 Thu Oct  3 00:17:15 2013  Akinori MUSHA  <knu@i...>
 
 	* misc/ruby-additional.el: Properly quote the body.  An unquoted
Index: common.mk
===================================================================
--- common.mk	(revision 43128)
+++ common.mk	(revision 43129)
@@ -516,7 +516,7 @@ yes-btest-ruby: prog PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L516
 test-sample: $(TEST_RUNNABLE)-test-sample
 no-test-sample: PHONY
 yes-test-sample: prog PHONY
-	$(Q)$(MINIRUBY) $(srcdir)/tool/rubytest.rb --run-opt=$(RUN_OPTS) $(OPTS) $(TESTOPTS)
+	$(Q)$(RUNRUBY) $(srcdir)/tool/rubytest.rb --run-opt=$(RUN_OPTS) $(OPTS) $(TESTOPTS)
 
 test-knownbugs: test-knownbug
 test-knownbug: $(TEST_RUNNABLE)-test-knownbug

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]