Skip to content

Commit 870dc20

Browse files
committed
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 ruby#8971] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 09c96a7 commit 870dc20

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Thu Oct 3 13:42:51 2013 Nobuyoshi Nakada <[email protected]>
2+
3+
* common.mk (yes-test-sample): use RUNRUBY instead of MINIRUBY to set
4+
runtime library path and run the built ruby. [Bug #8971]
5+
16
Thu Oct 3 00:17:15 2013 Akinori MUSHA <[email protected]>
27

38
* misc/ruby-additional.el: Properly quote the body. An unquoted

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ yes-btest-ruby: prog PHONY
516516
test-sample: $(TEST_RUNNABLE)-test-sample
517517
no-test-sample: PHONY
518518
yes-test-sample: prog PHONY
519-
$(Q)$(MINIRUBY) $(srcdir)/tool/rubytest.rb --run-opt=$(RUN_OPTS) $(OPTS) $(TESTOPTS)
519+
$(Q)$(RUNRUBY) $(srcdir)/tool/rubytest.rb --run-opt=$(RUN_OPTS) $(OPTS) $(TESTOPTS)
520520

521521
test-knownbugs: test-knownbug
522522
test-knownbug: $(TEST_RUNNABLE)-test-knownbug

0 commit comments

Comments
 (0)