Skip to content

Commit

Permalink
improve test output
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 17, 2024
1 parent 6db52d7 commit 6e168ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tickets/LDEV5206.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ component extends = "org.lucee.cfml.test.LuceeTestCase" {
"min-time": 100,
"snippet": true
});
systemOutput("", true);
systemOutput("Logging executionLog to console", true);
local.result = _InternalRequest(
template : "#uri#/ldev5206.cfm"
);
Expand Down

0 comments on commit 6e168ea

Please sign in to comment.