Skip to content

Commit f745c69

Browse files
x15sr71canihavesomecoffee
authored andcommitted
fix(ci): define tempFolder in Windows CI variables to prevent false-positive test passes
1 parent 4fdee12 commit f745c69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install/ci-vm/ci-windows/ci/variables.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ set resultFolder=.\TestResults
1818
set testFile=.\vm_data\ci-tests\TestAll.xml
1919
:: The folder that will be used to store the results in
2020
set reportFolder=.\reports
21+
:: Temporary folder for ccextractortester output files
22+
set tempFolder=.\TempFiles

0 commit comments

Comments
 (0)