Add unset-exec-env compiletest header.
This header was added in https://github.com/rust-lang/rust/pull/110644/.
This commit is contained in:
parent
533a8ec5ad
commit
28dbeaf5c4
|
|
@ -74,6 +74,7 @@ found in [`header.rs`] from the compiletest source.
|
||||||
* [Environment variable headers](#environment-variable-headers)
|
* [Environment variable headers](#environment-variable-headers)
|
||||||
* `rustc-env`
|
* `rustc-env`
|
||||||
* `exec-env`
|
* `exec-env`
|
||||||
|
* `unset-exec-env`
|
||||||
* `unset-rustc-env`
|
* `unset-rustc-env`
|
||||||
* [Miscellaneous headers](#miscellaneous-headers)
|
* [Miscellaneous headers](#miscellaneous-headers)
|
||||||
* `compile-flags` — adds compiler flags
|
* `compile-flags` — adds compiler flags
|
||||||
|
|
@ -179,6 +180,8 @@ The following headers affect environment variables.
|
||||||
form `KEY=VALUE`.
|
form `KEY=VALUE`.
|
||||||
* `exec-env` is an environment variable to set when executing a test of the
|
* `exec-env` is an environment variable to set when executing a test of the
|
||||||
form `KEY=VALUE`.
|
form `KEY=VALUE`.
|
||||||
|
* `unset-exec-env` specifies an environment variable to unset when executing a
|
||||||
|
test.
|
||||||
* `unset-rustc-env` specifies an environment variable to unset when running
|
* `unset-rustc-env` specifies an environment variable to unset when running
|
||||||
`rustc`.
|
`rustc`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue