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

"dotnet.exe vstest.console.dll testDllName.dll" always return with exitcode 1 #44

Closed
Faizan2304 opened this issue Sep 7, 2016 · 2 comments

Comments

@Faizan2304
Copy link
Contributor

Description

"dotnet.exe vstest.console.dll testDllName.dll" always return with exit-code 1

Steps to reproduce

run a .net core test with vstest.console runner.

Expected behavior

The process should exit with exit-code 0

@pvlakshm
Copy link
Contributor

pvlakshm commented Nov 2, 2017

What is the impact of this behaviour?

@Faizan2304
Copy link
Contributor Author

I tried with latest build and the behavior is as follows:

1) If all test pass "dotnet vstest.console testdll" will return 0.
2) If at least one  test fail"dotnet vstest.console testdll" will return 1.

and the above two behavior is expected.

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

No branches or pull requests

2 participants