Skip to content

Commit

Permalink
Properly handle scenario with no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbouh committed Jul 24, 2016
1 parent 497e4eb commit 0a5ab7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qa/runner-assets/ruby/shared.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ def main(args)
eval(eval_before_fork) unless eval_before_fork.empty?

# Delegate prefork actions.
@prefork.call(initial_files)
@prefork.call(initial_files || [])

conserved = ::Qa::ConservedInstancesSet.new

Expand Down

0 comments on commit 0a5ab7b

Please sign in to comment.