From 1a1800b7b8c5d1213c8d05e80436b0978753286c 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: http://svn.ruby-lang.org/repos/ruby/trunk@12716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rubytest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rubytest.rb') diff --git a/rubytest.rb b/rubytest.rb index c1236705c..fb836735f 100755 --- a/rubytest.rb +++ b/rubytest.rb @@ -39,7 +39,7 @@ error = '' srcdir = File.dirname(__FILE__) `#{ruby} -I#{srcdir}/lib #{srcdir}/sample/test.rb`.each_line do |line| if line =~ /^end of test/ - print "test succeeded\n" + print "\ntest succeeded\n" exit true end error << line if %r:^(sample/test.rb|not): =~ line -- cgit