Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix test result output on Windows (elastic#951)
* fix test result output on Windows Using `call` swallows the exit code of the test runner, making Jenkins mark failed test runs as unstable instead of failed. * exit if pytest fails * set error code explicitly
- Loading branch information