From 870dc20922d1ab0b628d24e64e971e8eb77ecd61 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Oct 2013 04:42:55 +0000 Subject: [PATCH] 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] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ common.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 583f9d0dee..7c55603909 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 3 13:42:51 2013 Nobuyoshi Nakada + + * 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 * misc/ruby-additional.el: Properly quote the body. An unquoted diff --git a/common.mk b/common.mk index 5cfbc3dc23..d42363401a 100644 --- a/common.mk +++ b/common.mk @@ -516,7 +516,7 @@ yes-btest-ruby: prog PHONY 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