Skip to content

Commit

Permalink
Use verbose test output to help find segfaults
Browse files Browse the repository at this point in the history
While testing null-byte support, the Ruby interpreter segfaulted but the
use of RSpec's default "dots" formatter made it difficult to see which
test had caused the error. Switch to the more verbose "documentation"
format so it is obvious which test ran before any unexpected crash.
  • Loading branch information
mudge committed Jan 20, 2024
1 parent 5fb3977 commit a730bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--color
--require spec_helper
--format documentation

0 comments on commit a730bc4

Please sign in to comment.