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={