Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test collection step should succeed even if unit tests fail (facebook…
…#25621) Summary: This is a quick change to avoid having "Collect Test Results" fail on `test_android` when unit tests have not run. If the raw Buck results are not available, avoid running the buck-to-junit conversion tool. You can find an example of the situation we want to avoid here: https://circleci.com/gh/facebook/react-native/101397?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link ## Changelog [Internal] [Changed] - Do not fail test collection step when unit tests fail Pull Request resolved: facebook#25621 Test Plan: Verified on macOS + bash, the conditional will fail if all-results-raw.xml does not exist. Circle CI: The `test_android` job as a whole failed (as expected, master is broken), but Collect Test Results remained green even in the absence of a Buck results file. https://pxl.cl/Fbjl Reviewed By: fkgozali Differential Revision: D16230885 Pulled By: hramos fbshipit-source-id: 73a8290bc4679f2e0dfa88d1e7f71fed279c2104
- Loading branch information