Correct environment variable documentation
Project: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/commit/e9e451a1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/tree/e9e451a1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/diff/e9e451a1 Branch: refs/heads/master Commit: e9e451a1b591af1c8bf8b3b86861fb9e9fe6f2c8 Parents: 4b71a0c Author: Thomas Jackson <[email protected]> Authored: Thu Oct 22 17:38:01 2015 -0700 Committer: Thomas Jackson <[email protected]> Committed: Thu Oct 22 17:38:01 2015 -0700 ---------------------------------------------------------------------- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver-qa/blob/e9e451a1/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 49d1b61..93a80e5 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ since after writing the majority of code is not ATS specific. Environment Variables ===================== -TSQA_LAYOUT_PREFIX: Prefix to create layouts for each test execution (defaults to /tmp) +TSQA_LAYOUT_PREFIX: Prefix to create layouts for each test execution (defaults to tsqa.env.) +TSQA_LAYOUT_DIR: Directory to create layouts for each test execution (defaults to /tmp) TSQA_LOG_LEVEL: Log level for TSQA (defaults to INFO) TSQA_TMP_DIR: temp directory for building of source (environment factory) -
