From 616f4d33856a539e89aadfbf75ebb17acc7781da Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 6 Jul 2007 09:23:53 +0000 Subject: * bootstraptest/runner.rb: fix load path. * common.mk: fix "test" rule to run with "btest". * rubytest.rb, sample/test.rb: fix to show tests progress. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 1c99013072..1f77bf6c33 100644 --- a/common.mk +++ b/common.mk @@ -318,6 +318,7 @@ btest: $(MINIRUBY) PHONY $(BOOTSTRAPRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(MINIRUBY)" $(OPTS) test: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY + @$(MINIRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(MINIRUBY)" -q @$(MINIRUBY) $(srcdir)/rubytest.rb test-all: -- cgit v1.2.3