Fixed
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerPriority
NewLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 28 July 2022 at 13:14
Updated 24 April 2023 at 16:35
Resolved 24 April 2023 at 16:35
We have a nice test and build environment for 6.0, backport it so we can run tests on extensions using 5.3
https://docs.lucee.org/guides/working-with-source/building-and-testing-extensions.html
ant -buildfile="C:\work\script-runner" -DluceeVersion="5.3.9.141-SNAPSHOT" -Dwebroot="C:\work\lucee\test" -Dexecute="/bootstrap-tests.cfm" -DextensionDir="C:\work\lucee-extensions\extension-compress\dist"
there's no filter/labels/services command line args with the old 5.3 build
but you can just add
return (path contains "LDEV1234");
in https://github.com/lucee/Lucee/blob/5.3/test/run-tests.cfm#L143 before the// only testcases in sub directory of "test" are allowed
comment to manually run just a single test