diff --git a/.ci/test_windows.ps1 b/.ci/test_windows.ps1 index fd0e9f95a5e4..fd246cbc0695 100644 --- a/.ci/test_windows.ps1 +++ b/.ci/test_windows.ps1 @@ -13,7 +13,7 @@ if (Test-Path env:APPVEYOR) { } if ($env:TASK -eq "r-package") { - & $env:BUILD_SOURCESDIRECTORY\.ci\test_r_package_windows.ps1 ; Check-Output $? + & $env:BUILD_SOURCESDIRECTORY\.ci\test_r_package_windows.ps1 | Out-String -Stream ; Check-Output $? Exit 0 }