Skip to content

Commit

Permalink
Use skip rather than "puts WARNING:" when test can't be performed.
Browse files Browse the repository at this point in the history
Provided by Luis Lavena.
  • Loading branch information
jimweirich committed Nov 11, 2012
1 parent 31ffd94 commit caefbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rake_functional.rb
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def test_signal_propagation_in_tests
assert_match(/ATEST/, @out)
refute_match(/BTEST/, @out)
else
puts "\nWARNING: Signal detect seems broken on this system (#{__FILE__}:#{__LINE__})"
skip "Signal detect seems broken on this system"
end
end

Expand Down

0 comments on commit caefbd3

Please sign in to comment.