1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2009-08-12 07:00:37 +00:00
parent 054770068a
commit 87bb97ceb5
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Aug 12 15:59:29 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY.
Wed Aug 12 15:52:04 2009 NARUSE, Yui <naruse@ruby-lang.org>
* class.c (rb_define_module_id_under): fix the name.

View file

@ -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