From f745c690e038849f46ca1eacca82bbe751df54e8 Mon Sep 17 00:00:00 2001 From: Chandragupt Singh Date: Mon, 23 Mar 2026 02:18:58 +0530 Subject: [PATCH] fix(ci): define tempFolder in Windows CI variables to prevent false-positive test passes --- install/ci-vm/ci-windows/ci/variables.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/ci-vm/ci-windows/ci/variables.bat b/install/ci-vm/ci-windows/ci/variables.bat index 3e77a87ba..1d4ab6e6e 100644 --- a/install/ci-vm/ci-windows/ci/variables.bat +++ b/install/ci-vm/ci-windows/ci/variables.bat @@ -18,3 +18,5 @@ set resultFolder=.\TestResults set testFile=.\vm_data\ci-tests\TestAll.xml :: The folder that will be used to store the results in set reportFolder=.\reports +:: Temporary folder for ccextractortester output files +set tempFolder=.\TempFiles