Skip to content

Commit

Permalink
add queue_prefix to debug output of step count
Browse files Browse the repository at this point in the history
  • Loading branch information
lee committed Mar 8, 2011
1 parent e638c39 commit 41ef951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testjour/commands/run.rb
Expand Up @@ -129,7 +129,7 @@ def print_results
formatters = [ProgressAndStatsFormatter.new(step_counter, configuration.options)]
formatters << RerunFormatter.new(step_counter, configuration.options) if configuration.rerun?
results_counter = 0
Testjour.logger.info "Waiting for #{step_counter.count} results"
Testjour.logger.info "Waiting for #{step_counter.count} results from queue##{configuration.queue_prefix}"
step_counter.count.times do
result = results_queue.pop
results_counter += 1
Expand Down

0 comments on commit 41ef951

Please sign in to comment.