mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-04-08 18:35:05 +02:00
Comment out sshd service stop command to test CI
This commit is contained in:
parent
5e03aaaee9
commit
30459c518b
@ -1,4 +1,4 @@
|
||||
If ($PSVersiontable.PSVersion.Major -le 2) {$PSScriptRoot = Split-Path -Parent $MyInvocation.MyCommand.Path}
|
||||
If ($PSVersiontable.PSVersion.Major -le 2) {$PSScriptRoot = Split-Path -Parent $MyInvocation.MyCommand.Path}
|
||||
Import-Module $PSScriptRoot\CommonUtils.psm1 -Force
|
||||
$suite = "Setup"
|
||||
$tC = 1
|
||||
@ -535,9 +535,9 @@ Describe "Setup Tests" -Tags "Setup" {
|
||||
if (Test-Path -Path $logFolderPath) {
|
||||
$logACL = Get-Acl $logFolderPath
|
||||
}
|
||||
if ((Get-Service sshd).Status -eq 'Running') {
|
||||
net stop sshd
|
||||
}
|
||||
#if ((Get-Service sshd).Status -eq 'Running') {
|
||||
# net stop sshd
|
||||
#}
|
||||
}
|
||||
AfterAll {
|
||||
$tC++
|
||||
|
Loading…
x
Reference in New Issue
Block a user