Tests/Install/windows/test-install.ps1: run install.cmd with -Verbose

This commit is contained in:
Mark Hillebrand 2017-05-31 09:06:19 +02:00
Родитель d6b55e28af
Коммит d10783c4e8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -18,7 +18,7 @@ Move-Item -Path InstallCache -Destination $installCache
Get-ChildItem .\BinaryDrop\cntk\Scripts\install\windows\ps\ -Recurse -File -Include *.ps1, *.psm1 |
Add-Content -Stream Zone.Identifier -Value "[ZoneTransfer]`r`nZoneId=3`r`n"
.\BinaryDrop\cntk\Scripts\install\windows\install.bat -NoConfirm @PSBoundParameters
.\BinaryDrop\cntk\Scripts\install\windows\install.bat -NoConfirm -Verbose @PSBoundParameters
if ($LASTEXITCODE -ne 0) {
throw "Fail"
}