diff options
Diffstat (limited to '')
-rw-r--r-- | .appveyor/test.ps1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor/test.ps1 b/.appveyor/test.ps1 index c17e99e..8c28bf9 100644 --- a/.appveyor/test.ps1 +++ b/.appveyor/test.ps1 @@ -108,6 +108,8 @@ function Run-ProjectTestsAppVeyor { $appveyor_cwd = pwd } + $script:InstallDir = (Resolve-Path $script:InstallDir).Path + try { Run-ProjectTests -InstallDir $script:InstallDir } finally { |