summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 16:33:15 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-15 16:33:15 +0000
commit820c20f9d02b6e53389577d66c82b2e5ce6f50a8 (patch)
tree0666bda56ad05e63a752e343ecf2a26c9b8c2efb /common.mk
parent661907c72619210158cce755047e6378f20b4c4f (diff)
merges r21405 from trunk into ruby_1_9_1.
* common.mk (test-sample), rubytest.rb: use runruby.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6598a4443..523f77b3d 100644
--- a/common.mk
+++ b/common.mk
@@ -370,7 +370,7 @@ btest-ruby: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY
@$(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM) -I$(srcdir)/lib" -q $(OPTS)
test-sample: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY
- @$(MINIRUBY) $(srcdir)/rubytest.rb
+ @$(RUNRUBY) $(srcdir)/rubytest.rb
test-knownbug: miniruby$(EXEEXT) $(PROGRAM) $(RBCONFIG) PHONY
$(MINIRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(OPTS) $(srcdir)/KNOWNBUGS.rb