File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ build_script:
13
13
14
14
after_build :
15
15
- ps : |
16
+ $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
16
17
Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1
17
18
Install-OpenSSH
18
19
Original file line number Diff line number Diff line change @@ -183,6 +183,9 @@ Describe "Tests for scp command" -Tags "CI" {
183
183
184
184
if ($Options.contains (" -p " ))
185
185
{
186
+ # TODO: Test only
187
+ Write-Verbose - Verbose " Source File LastWriteTime: $ ( (Get-ChildItem - Path $SourceFilePath ).LastWriteTime.DateTime) "
188
+ Write-Verbose - Verbose " Dest File LastWriteTime: $ ( (Get-ChildItem - Path $DestinationFilePath ).LastWriteTime.DateTime) "
186
189
$equal = @ (Compare-Object (Get-ChildItem - path $SourceFilePath ).LastWriteTime.DateTime (Get-ChildItem - path $DestinationFilePath ).LastWriteTime.DateTime ).Length -eq 0
187
190
$equal | Should Be $true
188
191
}
You can’t perform that action at this time.
0 commit comments