davidfstr/rdiscount

Conformance test failures do not cause `rake test` to fail

Closed this issue · 1 comments

Impact: Continuous integration will not detect conformance failures automatically.

Repro Steps:

  • Alter conformance test to fail.
  • Run rake test.
  • If you then run echo $?, you incorrectly get 0 (success).

Fixed.