From af7a0ded1e57f95b6ec65db79c3b7ab3fa485927 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Sat, 8 Jun 2024 16:19:32 +0200 Subject: [PATCH] Update runtests.cfm --- custom/presidecms/tests/runtests.cfm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/presidecms/tests/runtests.cfm b/custom/presidecms/tests/runtests.cfm index 311bc3a..fa3038e 100644 --- a/custom/presidecms/tests/runtests.cfm +++ b/custom/presidecms/tests/runtests.cfm @@ -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"