Skip to content

Commit 7f41cf6

Browse files
committed
Auto merge of #9067 - AnthonyMikh:patch-1, r=ehuss
Fix misspelling of environment variable
2 parents 68767ab + 159e88a commit 7f41cf6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/doc/man/cargo-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library in the manifest.
7474

7575
Binary targets are automatically built if there is an integration test or
7676
benchmark. This allows an integration test to execute the binary to exercise
77-
and test its behavior. The `CARGO_bin_EXE_<name>`
77+
and test its behavior. The `CARGO_BIN_EXE_<name>`
7878
[environment variable](../reference/environment-variables.html#environment-variables-cargo-sets-for-crates)
7979
is set when the integration test is built so that it can use the
8080
[`env` macro](https://doc.rust-lang.org/std/macro.env.html) to locate the

src/doc/man/generated_txt/cargo-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ OPTIONS
115115

116116
Binary targets are automatically built if there is an integration test
117117
or benchmark. This allows an integration test to execute the binary to
118-
exercise and test its behavior. The CARGO_bin_EXE_<name> environment
118+
exercise and test its behavior. The CARGO_BIN_EXE_<name> environment
119119
variable
120120
<https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates>
121121
is set when the integration test is built so that it can use the env

src/doc/src/commands/cargo-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ library in the manifest.
131131

132132
Binary targets are automatically built if there is an integration test or
133133
benchmark. This allows an integration test to execute the binary to exercise
134-
and test its behavior. The `CARGO_bin_EXE_<name>`
134+
and test its behavior. The `CARGO_BIN_EXE_<name>`
135135
[environment variable](../reference/environment-variables.html#environment-variables-cargo-sets-for-crates)
136136
is set when the integration test is built so that it can use the
137137
[`env` macro](https://doc.rust-lang.org/std/macro.env.html) to locate the

src/etc/man/cargo-test.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ library in the manifest.
139139
.sp
140140
Binary targets are automatically built if there is an integration test or
141141
benchmark. This allows an integration test to execute the binary to exercise
142-
and test its behavior. The \fBCARGO_bin_EXE_<name>\fR
142+
and test its behavior. The \fBCARGO_BIN_EXE_<name>\fR
143143
\fIenvironment variable\fR <https://doc.rust\-lang.org/cargo/reference/environment\-variables.html#environment\-variables\-cargo\-sets\-for\-crates>
144144
is set when the integration test is built so that it can use the
145145
\fI\f(BIenv\fI macro\fR <https://doc.rust\-lang.org/std/macro.env.html> to locate the

0 commit comments

Comments
 (0)