Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Appverifier tests #191

Merged
merged 5 commits into from
Aug 7, 2017
Merged

Enable Appverifier tests #191

merged 5 commits into from
Aug 7, 2017

Conversation

bingbing8
Copy link

@bingbing8 bingbing8 commented Aug 4, 2017

Enable Appverifier tests and fix the below two issues:
PowerShell/Win32-OpenSSH#839
PowerShell/Win32-OpenSSH#841

PowerShell/Win32-OpenSSH#839
Appverifier tests are disable on sftp due to issue 841 which needs to be fixed in upstream
Copy link

@manojampalam manojampalam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are we handling the sftp issue that you reported upstream? Aren't our tests breaking due to it?


if($Global:OpenSSHTestInfo["EnableAppVerifier"] -and (Test-path $env:windir\System32\appverif.exe))
{
& $env:windir\System32\appverif.exe -disable * -for *

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do ? can you put in some comments please?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This just clean up the applications in application verifier.

@bingbing8
Copy link
Author

@manojampalam I've updated the script. Please review.

& $env:windir\System32\appverif.exe -verify $_.Name | out-null
}

<#$folderName = "x86"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please delete this before you push your changes upstream

Copy link
Author

@bingbing8 bingbing8 Aug 4, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to keep them to save time in case people want to set Postmortem Debugging when things got broken or even want to enable it in the future. :)

@bingbing8 bingbing8 changed the title Enable Appverifier tests and fix of #839 Enable Appverifier tests Aug 4, 2017
@bingbing8 bingbing8 merged commit 3a092cb into latestw_all Aug 7, 2017
@bingbing8 bingbing8 deleted the EnableAppVerifier branch August 8, 2017 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants