Skip to content

Commit 627bc1f

Browse files
committed
force a windows cache
1 parent 21bfa53 commit 627bc1f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build_windows.ps1

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -452,13 +452,13 @@ cmake --build $buildDir --target install --config "$buildType"
452452
####################################################
453453
# Run the unit_tests for regression control
454454
####################################################
455-
Write-Host "=== Switching to installed directory and running tests ==="
456-
Set-Location $installDir
457-
if (Test-Path ".\unit_tests.exe") {
458-
.\unit_tests.exe
459-
}
460-
else {
461-
Write-Host "Warning: Installed test executable not found."
462-
}
463-
464-
Write-Host "=== Build, install, and test complete ==="
455+
#Write-Host "=== Switching to installed directory and running tests ==="
456+
#Set-Location $installDir
457+
#if (Test-Path ".\unit_tests.exe") {
458+
# .\unit_tests.exe
459+
#}
460+
#else {
461+
# Write-Host "Warning: Installed test executable not found."
462+
#}
463+
#
464+
#Write-Host "=== Build, install, and test complete ==="

0 commit comments

Comments
 (0)