File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
apple/testing/default_runner Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,8 @@ ios_unit_test(
182182```
183183
184184If you would like this test runner to generate xcresult bundles for your tests,
185- pass `--test_env=CREATE_XCRESULT_BUNDLE=1`
185+ pass `--test_env=CREATE_XCRESULT_BUNDLE=1`. It is preferable to use the
186+ `create_xcresult_bundle` on the test runner itself instead of this parameter.
186187
187188This rule automatically handles running x86_64 tests on arm64 hosts. The only
188189exception is that if you want to generate xcresult bundles or run tests in
Original file line number Diff line number Diff line change @@ -660,7 +660,8 @@ ios_unit_test(
660660```
661661
662662If you would like this test runner to generate xcresult bundles for your tests,
663- pass ` --test_env=CREATE_XCRESULT_BUNDLE=1 `
663+ pass ` --test_env=CREATE_XCRESULT_BUNDLE=1 ` . It is preferable to use the
664+ ` create_xcresult_bundle ` on the test runner itself instead of this parameter.
664665
665666This rule automatically handles running x86_64 tests on arm64 hosts. The only
666667exception is that if you want to generate xcresult bundles or run tests in
You can’t perform that action at this time.
0 commit comments