summaryrefslogtreecommitdiff
path: root/lib/test/unit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test/unit.rb')
-rw-r--r--lib/test/unit.rb6
1 files changed, 3 insertions, 3 deletions
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] }