aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor/test.ps1
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-25 00:38:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-25 00:38:19 +0300
commit9c746da4ae92ccc750bd8b4c858aa3f1d0cdf36d (patch)
tree00655e8ef8ea0094ad3eb5f05c026a4abf45aee1 /.appveyor/test.ps1
parentAppVeyor: only Debug on Win32 (diff)
downloadwindows7-drivers-9c746da4ae92ccc750bd8b4c858aa3f1d0cdf36d.tar.gz
windows7-drivers-9c746da4ae92ccc750bd8b4c858aa3f1d0cdf36d.zip
update cmake-common
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 {