Skip to content

Commit 5c9d73e

Browse files
committed
Update log output in e2e-tests.yml for Windows compatibility
- Changed log path output to use the LOCALAPPDATA environment variable. - Updated OS standard message to reflect Windows Application Data Guidelines.
1 parent 7472f5f commit 5c9d73e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ jobs:
251251
shell: powershell
252252
run: |
253253
Write-Host "Testing logging on Windows"
254-
Write-Host "Expected log path: ${{ matrix.log_path_check }}"
255-
Write-Host "OS Standard: ${{ matrix.log_standard }}"
254+
Write-Host "Expected log path: $env:LOCALAPPDATA\mcpproxy\logs"
255+
Write-Host "OS Standard: Windows Application Data Guidelines"
256256
257257
# Run mcpproxy briefly to create log files
258258
$process = Start-Process -FilePath "./mcpproxy.exe" -ArgumentList "--log-to-file", "--log-level", "info", "--listen", ":0", "--tray=false" -NoNewWindow -PassThru

0 commit comments

Comments
 (0)