From 6e168eaa059f410296d026e1b9e4cc9665d22298 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Tue, 17 Dec 2024 13:41:21 +0100 Subject: [PATCH] improve test output --- test/tickets/LDEV5206.cfc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tickets/LDEV5206.cfc b/test/tickets/LDEV5206.cfc index 338fa951eb..d6876d2898 100644 --- a/test/tickets/LDEV5206.cfc +++ b/test/tickets/LDEV5206.cfc @@ -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" );