From 4fdfe1dd4c94dadd679df05b0e3479e5d5d886ef Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 12 Aug 2009 07:00:37 +0000 Subject: * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ common.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e8799ad42..180ccd1d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 12 15:59:29 2009 NAKAMURA Usaku + + * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY. + Wed Aug 12 15:52:04 2009 NARUSE, Yui * class.c (rb_define_module_id_under): fix the name. diff --git a/common.mk b/common.mk index 6a3f1036a..cf35ef388 100644 --- a/common.mk +++ b/common.mk @@ -408,7 +408,7 @@ yes-test-sample: PHONY test-knownbug: miniruby$(EXEEXT) $(PROGRAM) $(RBCONFIG) $(TEST_RUNNABLE)-test-knownbug no-test-knownbug: PHONY yes-test-knownbug: PHONY - $(MINIRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(OPTS) $(srcdir)/KNOWNBUGS.rb + $(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(OPTS) $(srcdir)/KNOWNBUGS.rb test: test-sample btest-ruby test-knownbug -- cgit