Skip to content

Commit

Permalink
masa, init before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 1, 2024
1 parent 80b43ca commit 662cc5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions custom/masacms/core/tests/runner.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
*/
// https://github.com/MasaCMS/MasaCMS/issues/313#issuecomment-2182769621
systemOutput( "calling ?appreload&reload=appreload&applydbupdates=true via internalRequest", true );
_internalRequest(
template="/index.cfm",
urls={
appreload: true,
reload: "appreload",
applydbupdates: true
}
);
files = directoryList(path="/home/runner/work/lucee-testlab/lucee-testlab/", recurse=true, filter="*.cf*,*.json");
for (f in files)
systemOutput(f, true);
Expand Down

0 comments on commit 662cc5b

Please sign in to comment.