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

ctrl + c doesn't stop test execution #199

Closed
NTaylorMullen opened this issue Nov 9, 2016 · 2 comments
Closed

ctrl + c doesn't stop test execution #199

NTaylorMullen opened this issue Nov 9, 2016 · 2 comments

Comments

@NTaylorMullen
Copy link

Description

Hitting ctrl + c once test execution has started doesn't stop the actual test execution.

Environment

dotnet --info:

.NET Command Line Tools (1.0.0-preview3-004056)

Product Information:
 Version:            1.0.0-preview3-004056
 Commit SHA-1 hash:  ccc4968bc3

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.14393
 OS Platform: Windows
 RID:         win10-x64

Microsoft.NET.Test.Sdk version tested:
15.0.0-preview-20161024-02

@TheRealPiotrP
Copy link
Contributor

Ctrl+C works for other MSBuild-Invoked CLI verbs. I wonder, though, if we just don't see that the close message is not being sent to child processes because they, even the compiler, have very brief execution times. If this has been looked at and it seems like a CLI issue please feel free to move to that repo.

@Faizan2304 Faizan2304 assigned Faizan2304 and unassigned smadala Nov 22, 2016
Faizan2304 added a commit that referenced this issue Nov 30, 2016
* Fix for issue: #199

Validation: Manully validated on windows and linux machine
@codito codito added this to the Preview 110.2 - 20161202 milestone Nov 30, 2016
@codito
Copy link
Contributor

codito commented Nov 30, 2016

Fixed with e3e442b.

@codito codito closed this as completed Nov 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants