Skip to content

Commit

Permalink
fix log file
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 20, 2023
1 parent 857fa98 commit 3190e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_r_package_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ if ($env:COMPILER -ne "MSVC") {

# Checking that the correct R version was used
if ($env:TOOLCHAIN -ne "MSVC") {
$checks = Select-String -Path "${INSTALL_LOG_FILE_NAME}" -Pattern "using R version $env:R_WINDOWS_VERSION"
$checks = Select-String -Path "${LOG_FILE_NAME}" -Pattern "using R version $env:R_WINDOWS_VERSION"
$checks_cnt = $checks.Matches.length
} else {
$checks = Select-String -Path "${INSTALL_LOG_FILE_NAME}" -Pattern "R version passed into FindLibR.* $env:R_WINDOWS_VERSION"
Expand Down

0 comments on commit 3190e79

Please sign in to comment.