Skip to content

Commit

Permalink
Update runner.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 13, 2024
1 parent 7276a46 commit 43c37e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/masacms/core/tests/runner.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 43c37e9

Please sign in to comment.