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

Feature issue177 #179

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Feature issue177 #179

wants to merge 26 commits into from

Conversation

end2endzone
Copy link
Owner

Fixes #177
Fixes #178

Moved code specific to Windows api to WindowsProcessLauncherService.
Modified ActionExecute::Execute() to delegate to WindowsProcessLauncherService.
…`StartProcessFromShellExecute()` and `StartProcessFromCreateProcess()`.
… Added support for hidden console in WindowsProcessLauncherService. #177
…te set to false to prevent window flicker while running tests.

Modified tests that started/killed notepad.exe to use calc.exe instead. This change prevents killing potentially open/unsaved documents.
…ng tests. This is better than using calc.exe since calc.exe is a stub/sandbox application to start CalculatorApp.exe. When launching calc.exe, we are unable to properly detect the process id of CAlculatorApp.exe.

Follow up to 319f594.
…)` which hangs on AppVeyor."

This reverts commit 6375f36.
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.

Exec action should expose the created process id Execute a console program without showing a window
1 participant