From 11fb8a66f87af75159e988c9e1463d33faf86431 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Fri, 17 Mar 2017 12:38:53 -0700 Subject: [PATCH] Updated Run OpenSSH Pester Tests (markdown) --- Run-OpenSSH-Pester-Tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-OpenSSH-Pester-Tests.md b/Run-OpenSSH-Pester-Tests.md index c76a36a..993a69a 100644 --- a/Run-OpenSSH-Pester-Tests.md +++ b/Run-OpenSSH-Pester-Tests.md @@ -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 ```