Skip to content

Commit

Permalink
🔧 Changed backtrace settings in assets/*.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Aug 4, 2024
1 parent a647262 commit 36a6c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/project_as_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# optional features. If you don't need them, keep them turned off for performance
:use_mocks: TRUE
:use_test_preprocessor: :all
:use_backtrace: :none
:use_backtrace: :simple
:use_decorators: :auto #Decorate Ceedling's output text. Your options are :auto, :all, or :none

# tweak the way ceedling handles automatic tasks
Expand Down
2 changes: 1 addition & 1 deletion assets/project_with_guts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# optional features. If you don't need them, keep them turned off for performance
:use_mocks: TRUE
:use_test_preprocessor: :all
:use_backtrace: :none
:use_backtrace: :simple
:use_decorators: :auto #Decorate Ceedling's output text. Your options are :auto, :all, or :none

# tweak the way ceedling handles automatic tasks
Expand Down

0 comments on commit 36a6c0d

Please sign in to comment.