aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor/test.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor/test.ps1')
-rw-r--r--.appveyor/test.ps12
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 {