This is an automated email from the ASF dual-hosted git repository.
isapego pushed a commit to branch ignite-27304
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27304 by this push:
new 1f228df83a6 IGNITE-27304: Add debug
1f228df83a6 is described below
commit 1f228df83a6be55bcd9b4dceb7a8a0d061622321
Author: Igor Sapego <[email protected]>
AuthorDate: Tue Mar 17 16:16:33 2026 +0100
IGNITE-27304: Add debug
---
.teamcity/test/platform_tests/PlatformCppTestsWindows.kt | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
index 00b4600684d..7098b8d7ca4 100644
--- a/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
+++ b/.teamcity/test/platform_tests/PlatformCppTestsWindows.kt
@@ -46,10 +46,6 @@ object PlatformCppTestsWindows : BuildType({
scriptMode = script {
content = """
${'$'}ErrorActionPreference = "Stop"
-
- Get-Location
- Write-Host "CMake build dir: %PATH__CMAKE_BUILD_DIRECTORY%"
- Write-Host "Working dir: %PATH__WORKING_DIR%"
New-Item -ItemType Directory -Force -Path
"%PATH__CMAKE_BUILD_DIRECTORY%" | Out-Null
Set-Location "%PATH__CMAKE_BUILD_DIRECTORY%"
@@ -115,9 +111,10 @@ object PlatformCppTestsWindows : BuildType({
content = """
${'$'}dumpsDir = "%PATH__CRASH_DUMPS%"
- Get-Location
+ Set-Location "%PATH__CMAKE_BUILD_DIRECTORY%"
Write-Host "CMake build dir: %PATH__CMAKE_BUILD_DIRECTORY%"
Write-Host "Working dir: %PATH__WORKING_DIR%"
+ Write-Host "Dumps dir: %PATH__CRASH_DUMPS%"
if (-not (Test-Path ${'$'}dumpsDir)) {
Write-Host "Dumps directory '${'$'}dumpsDir' does not
exist, skipping."