From 715dc8355c3306ef2b61fe2dc84129b14c3fdb2e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Feb 2011 14:51:35 +0000 Subject: * lib/test/unit.rb, lib/test/unit/parallel.rb: remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit.rb | 6 +++--- lib/test/unit/parallel.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/test/unit.rb b/lib/test/unit.rb index 4d6d6014d6..0304638a66 100644 --- a/lib/test/unit.rb +++ b/lib/test/unit.rb @@ -54,7 +54,7 @@ module Test @options = options @opts = @options = options if @options[:parallel] - @files = args + @files = args @args = orig_args end end @@ -81,7 +81,7 @@ module Test opts.on '-n', '--name PATTERN', "Filter test names on pattern." do |a| options[:filter] = a end - + opts.on '--jobs-status [TYPE]', "Show status of jobs every file; Disabled when --jobs isn't specified." do |type| options[:job_status] = true options[:job_status_type] = type.to_sym if type @@ -293,7 +293,7 @@ module Test end private - + def call_hook(id,*additional) @hooks[id] ||= [] @hooks[id].each{|hook| hook[self,additional] } diff --git a/lib/test/unit/parallel.rb b/lib/test/unit/parallel.rb index 80dd4eae56..9296165ebb 100644 --- a/lib/test/unit/parallel.rb +++ b/lib/test/unit/parallel.rb @@ -6,7 +6,7 @@ module Test class << self undef autorun end - + alias orig_run_suite _run_suite undef _run_suite undef _run_suites @@ -91,7 +91,7 @@ module Test begin stdout.puts "bye" rescue Errno::EPIPE; end - exit + exit end end end -- cgit v1.2.3