Updated Run OpenSSH Tests (markdown)

Yanbing 2017-06-16 19:22:29 -07:00
parent b3054f023e
commit 21a83f9aab

@ -2,6 +2,10 @@
```powershell ```powershell
Import-Module C:\git\openssh-portable\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force Import-Module C:\git\openssh-portable\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force
Build-OpenSSH -Configuration Debug -NativeHostArch x64 Build-OpenSSH -Configuration Debug -NativeHostArch x64
```
## Install OpenSSH: (skip these steps if youve already done)
```powershell
Import-Module C:\git\openssh-portable\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force
Install-OpenSSH -OpenSSHDir $env:SystemDrive\OpenSSH -Configuration Debug -NativeHostArch x64 Install-OpenSSH -OpenSSHDir $env:SystemDrive\OpenSSH -Configuration Debug -NativeHostArch x64
``` ```
## Run OpenSSH E2E Tests: ## Run OpenSSH E2E Tests: