]> git.proxmox.com Git - cargo.git/commitdiff
Fix misspelling of environment variable
authorAnthonyMikh <anthony.mikh@yandex.ru>
Tue, 12 Jan 2021 17:45:36 +0000 (20:45 +0300)
committerAnthonyMikh <anthony.mikh@yandex.ru>
Tue, 12 Jan 2021 22:33:35 +0000 (01:33 +0300)
src/doc/man/cargo-test.md
src/doc/man/generated_txt/cargo-test.txt
src/doc/src/commands/cargo-test.md
src/etc/man/cargo-test.1

index 732ae14b10c2e65c0db86aada84e6310f1fc7b2a..a35b0a74c1a093d2d3777040e5d2bc01d48c2348 100644 (file)
@@ -74,7 +74,7 @@ library in the manifest.
 
 Binary targets are automatically built if there is an integration test or
 benchmark. This allows an integration test to execute the binary to exercise
-and test its behavior. The `CARGO_bin_EXE_<name>`
+and test its behavior. The `CARGO_BIN_EXE_<name>`
 [environment variable](../reference/environment-variables.html#environment-variables-cargo-sets-for-crates)
 is set when the integration test is built so that it can use the
 [`env` macro](https://doc.rust-lang.org/std/macro.env.html) to locate the
index 7be248e384f5f0a20fa6e5365f83abc3af7db787..6600603543220bfbc9e102cef75f130ee35dd748 100644 (file)
@@ -115,7 +115,7 @@ OPTIONS
 
        Binary targets are automatically built if there is an integration test
        or benchmark. This allows an integration test to execute the binary to
-       exercise and test its behavior. The CARGO_bin_EXE_<name> environment
+       exercise and test its behavior. The CARGO_BIN_EXE_<name> environment
        variable
        <https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates>
        is set when the integration test is built so that it can use the env
index e5444c62d7a50a367e4f2afc1f981d0a242e54d8..f6dba861c54f562f250e7ad01cf16773e8ece605 100644 (file)
@@ -131,7 +131,7 @@ library in the manifest.
 
 Binary targets are automatically built if there is an integration test or
 benchmark. This allows an integration test to execute the binary to exercise
-and test its behavior. The `CARGO_bin_EXE_<name>`
+and test its behavior. The `CARGO_BIN_EXE_<name>`
 [environment variable](../reference/environment-variables.html#environment-variables-cargo-sets-for-crates)
 is set when the integration test is built so that it can use the
 [`env` macro](https://doc.rust-lang.org/std/macro.env.html) to locate the
index 7ce87ea1078ebbf8b19f10a9f31cfcb769de3bdd..c324b7e0014586a106dfad2a9afe0610f8fdead6 100644 (file)
@@ -139,7 +139,7 @@ library in the manifest.
 .sp
 Binary targets are automatically built if there is an integration test or
 benchmark. This allows an integration test to execute the binary to exercise
-and test its behavior. The \fBCARGO_bin_EXE_<name>\fR
+and test its behavior. The \fBCARGO_BIN_EXE_<name>\fR
 \fIenvironment variable\fR <https://doc.rust\-lang.org/cargo/reference/environment\-variables.html#environment\-variables\-cargo\-sets\-for\-crates>
 is set when the integration test is built so that it can use the
 \fI\f(BIenv\fI macro\fR <https://doc.rust\-lang.org/std/macro.env.html> to locate the