Skip to content

Commit

Permalink
Update runtests.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 8, 2024
1 parent 0ca8c9e commit af7a0de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom/presidecms/tests/runtests.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
reporter = url.reporter ?: "raw";
scope = url.scope ?: "full";
directory = url.directory ?: "";
systemOutput(expandPath("/integration"), true);
systemOutput(DirectoryList("/integration"), true);
testbox = new testbox.system.TestBox( options={}, reporter=reporter, directory={
recurse = true
, mapping = Len( directory ) ? "integration.api.#directory#" : "integration"
Expand Down

0 comments on commit af7a0de

Please sign in to comment.