backport Lucee 6 /test/bootstrap-tests.cfm to 5.3

Description

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

Environment

None

is blocked by

Activity

Show:

Michael Offner 24 April 2023 at 14:58

can this ticket be closed?

Zac Spitzer 28 July 2022 at 14:21

unfortunately this triggers this bug https://luceeserver.atlassian.net/browse/LDEV-3616

Zac Spitzer 28 July 2022 at 13:19

Fixed

Details

Assignee

Reporter

Priority

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