Skip to content

Commit

Permalink
Added Reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Oct 5, 2009
1 parent ac2e6b1 commit 6f8f5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/benelux/reporter.rb
Expand Up @@ -6,7 +6,6 @@ class Reporter
def initialize(*threads)
add_threads *threads
@thwait = ThreadsWait.new

@done, @abort = false, false
end
def add_threads(*threads)
Expand Down
2 changes: 2 additions & 0 deletions lib/benelux/track.rb
Expand Up @@ -12,6 +12,8 @@ def initialize(n)
end
def add_thread(t=Thread.current)
@thread_group.add t
@thread_reporter.add_thread t
t
end
end
end

0 comments on commit 6f8f5f3

Please sign in to comment.