From 420d98e4a8e4b1f11a7d30a94a43e65f689e7e74 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Feb 2011 15:29:24 +0000 Subject: * lib/test/unit.rb (Test::Unit::Options#process_args): always return options. * lib/test/unit.rb (Test::Unit::RequireFiles#non_options): return if any test case get loaded. * lib/test/unit.rb (Test::Unit::AutoRunner#initialize): do not add default directory if it is nil. * lib/test/unit.rb (Test::Unit::AutoRunner#process_args): return true if any test cases to run. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bin/testrb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/testrb b/bin/testrb index d03f057224..e9046eb147 100755 --- a/bin/testrb +++ b/bin/testrb @@ -5,6 +5,6 @@ tests.options.banner.sub!(/\[options\]/, '\& tests...') unless tests.process_args(ARGV) abort tests.options.banner end -p files = tests.to_run +files = tests.to_run $0 = files.size == 1 ? File.basename(files[0]) : files.to_s exit tests.run -- cgit v1.2.3