Updated Run OpenSSH Pester Tests (markdown)

Yanbing 2017-03-17 12:38:53 -07:00
parent c8903f80b2
commit 11fb8a66f8

@ -17,7 +17,7 @@ cd $env:SystemDrive\OpenSSH
Import-Module .\openssh-portable\contrib\win32\openssh\appveyor.psm1 Force
Run-OpenSSHPesterTest testRoot $env:SystemDrive\OpenSSH -outputXml testresult.xml
```
Note: If you want to run a particular test, skip step 3 and just launch it:
Note: If you want to run a particular test, just launch it by the script name:
```powershell
.\SCP.Tests.ps1
```