From 43c37e9d8dc2593019d020987843d15e28bb947d Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Thu, 13 Jun 2024 11:33:15 +0200 Subject: [PATCH] Update runner.cfm --- custom/masacms/core/tests/runner.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/masacms/core/tests/runner.cfm b/custom/masacms/core/tests/runner.cfm index afc4b7f..821acd3 100644 --- a/custom/masacms/core/tests/runner.cfm +++ b/custom/masacms/core/tests/runner.cfm @@ -29,7 +29,7 @@ */ - systemOutput(directoryList(path="/", recurse="true"), filter="*.cfc"); + systemOutput(directoryList(path="/", recurse=true), true); systemOutput(getApplicationSettings().datasources.toJson(), true); systemOutput(getApplicationSettings().mappings, true); testbox = new testbox.system.TestBox( options={}, reporter=reporter, directory={