@@ -31,15 +31,15 @@ jobs:
3131 - name : Run default test (index.cfm)
3232 env :
3333 LUCEE_VERSION_QUERY : 7/all/zero
34- run : ant -Dwebroot=webroot -Dexecute=index.cfm -DluceeVersionQuery=$LUCEE_VERSION_QUERY
34+ run : ant -Dwebroot=webroot -Dexecute=index.cfm -DpreCleanup=false -DpostCleanup=false - DluceeVersionQuery=$LUCEE_VERSION_QUERY
3535 - name : Run subfolder test (sub/test.cfm)
3636 env :
3737 LUCEE_VERSION_QUERY : 7/all/zero
38- run : ant -Dwebroot=webroot -Dexecute=sub/test.cfm -DluceeVersionQuery=$LUCEE_VERSION_QUERY
38+ run : ant -Dwebroot=webroot -Dexecute=sub/test.cfm -DpreCleanup=false -DpostCleanup=false - DluceeVersionQuery=$LUCEE_VERSION_QUERY
3939 - name : Run test.cfm
4040 env :
4141 LUCEE_VERSION_QUERY : 7/all/zero
42- run : ant -Dwebroot=webroot -Dexecute=test.cfm -DluceeVersionQuery=$LUCEE_VERSION_QUERY
42+ run : ant -Dwebroot=webroot -Dexecute=test.cfm -DpreCleanup=false -DpostCleanup=false - DluceeVersionQuery=$LUCEE_VERSION_QUERY
4343 # Add more steps for other argument combinations if needed
4444 ubuntu-pwsh :
4545 name : Ubuntu PowerShell
6363 Write-Host "Testing webroot=$w execute=$e"
6464 $result = ant -buildfile build.xml -Dwebroot="$w" -Dexecute="$e" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY 2>&1
6565 if ($LASTEXITCODE -ne 0) {
66- $cmd = "ant -buildfile build.xml -Dwebroot=\"$w\" -Dexecute=\"$e\" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY"
66+ $cmd = "ant -buildfile build.xml -Dwebroot=$w -Dexecute=$e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY"
6767 $platform = "macos-latest"
6868 shell: pwsh
6969 run: |
7474 Write-Host "Testing webroot=$w execute=$e"
7575 $result = ant -buildfile build.xml -Dwebroot="$w" -Dexecute="$e" -DuniqueWorkingDir=true -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY 2>&1
7676 if ($LASTEXITCODE -ne 0) {
77- $cmd = "ant -buildfile build.xml -Dwebroot=\"$w\" -Dexecute=\"$e\" -DuniqueWorkingDir=true -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY"
77+ $cmd = "ant -buildfile build.xml -Dwebroot=$w -Dexecute=$e -DuniqueWorkingDir=true -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY"
7878 $platform = "windows-latest"
7979 $shell = "pwsh"
8080 $summary = @()
@@ -198,7 +198,7 @@ jobs:
198198 Write-Host "Testing webroot=$w execute=$e"
199199 $result = ant -buildfile build.xml -Dwebroot="$w" -Dexecute="$e" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY 2>&1
200200 if ($LASTEXITCODE -ne 0) {
201- $cmd = "ant -buildfile build.xml -Dwebroot=\"$w\" -Dexecute=\"$e\" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY"
201+ $cmd = "ant -buildfile build.xml -Dwebroot=$w -Dexecute=$e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$env:LUCEE_VERSION_QUERY"
202202 $platform = "windows-latest"
203203 $shell = "pwsh"
204204 $summary = @()
0 commit comments