Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Feb 28, 2025
1 parent 3823f7e commit c45a208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notes/2.26.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A bug in the Django backend has been fixed so that a repo may have no Django app

#### Shell

The `experiemental_test_shell_command` target type is no longer experimental and is stablized as the `test_shell_command` target type. As part of stablilizing it, `test_shell_command` learned several new features:
The `experiemental_test_shell_command` target type is no longer experimental and is stabilized as the `test_shell_command` target type. As part of stablilizing it, `test_shell_command` learned several new features:

- It now supports the `test` goal's `--debug` flag to execute tests interactively.
- Outputs may now be captured as test "extra outputs" as specified by the new `output_files`, `output_directories`, `root_output_directory`, and `outputs_match_mode` fields. (These fields operate in the same manner as for the `shell_command` target type.) Captured output will be written in a directory under `dist/` based on the target name when a test completes.
Expand Down

0 comments on commit c45a208

Please sign in to comment.