Skip to content

Commit

Permalink
📝 tweaks to backtrace documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervoord committed Mar 13, 2024
1 parent 6473500 commit 72abbb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CeedlingPacket.md
Original file line number Diff line number Diff line change
Expand Up @@ -1893,10 +1893,11 @@ migrated to the `:test_build` and `:release_build` sections.
```

* `:use_backtrace`

When a test file runs into a **Segmentation Fault**, the test executable
immediately crashes and further details aren't collected. By default, Ceedling
reports a single failure for the entire file, specifying that it segfaulted.
If you are running `gcc` or Clang (LLVM), then there is an option to get more
If you are running `gcc` or `Clang` (LLVM), then there is an option to get more
detail!

Set `:use_backtrace` to `true` and a segfault will trigger Ceedling to
Expand Down

0 comments on commit 72abbb0

Please sign in to comment.