diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-14 19:17:38 -0500 |
---|---|---|
committer | Martin Pitt <martin@piware.de> | 2017-02-16 21:36:31 +0100 |
commit | 94fa1497ba98bb083632bd4d3f6cfcf6db8cff03 (patch) | |
tree | 86e11102076649655a95060116f670ba5dd8492b /ENVIRONMENT.md | |
parent | 3e29e810ae48c96c17fdaca7ce9da9378eb4056d (diff) | |
download | systemd-94fa1497ba98bb083632bd4d3f6cfcf6db8cff03.tar.gz systemd-94fa1497ba98bb083632bd4d3f6cfcf6db8cff03.tar.bz2 systemd-94fa1497ba98bb083632bd4d3f6cfcf6db8cff03.zip |
Rename $TEST_DIR to $SYSTEMD_TEST_DATA, document it
TEST_DIR is rather generic, and we prefix all variables used by installed
executables with "SYSTEMD_".
Diffstat (limited to 'ENVIRONMENT.md')
-rw-r--r-- | ENVIRONMENT.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ENVIRONMENT.md b/ENVIRONMENT.md index 1ad2addfee..e542d4ec6f 100644 --- a/ENVIRONMENT.md +++ b/ENVIRONMENT.md @@ -59,3 +59,8 @@ systemd-logind: * `$SYSTEMD_BYPASS_HIBERNATION_MEMORY_CHECK=1` — if set, report that hibernation is available even if the swap devices do not provide enough room for it. + +installed systemd tests: + +* `$SYSTEMD_TEST_DATA` — override the location of test data. This is useful if + a test executable is moved to an arbitrary location. |