Restore Test-Path "c:\mysql-5.7.9-win32"

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2016-03-08 14:10:15 +01:00
parent e16a0fa481
commit 8b6587d0f9

View File

@ -157,7 +157,7 @@ install:
- ps: |
if ($env:platform -eq "Win32")
{
if (Test-Path "Z:\mysql-5.7.9-win32") {
if (Test-Path "c:\mysql-5.7.9-win32") {
echo "using c:\mysql-5.7.9-win32 from cache"
}
else