From 06fb7ef98fedf9e814380e75f323a4f9669a1f93 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Mon, 25 Apr 2016 15:14:55 +0000 Subject: Fix docs on test environment and add a test Fixes #1126. -- MOS_MIGRATED_REVID=120707955 --- site/docs/test-encyclopedia.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'site/docs/test-encyclopedia.html') diff --git a/site/docs/test-encyclopedia.html b/site/docs/test-encyclopedia.html index 7429066079..f534cc633b 100644 --- a/site/docs/test-encyclopedia.html +++ b/site/docs/test-encyclopedia.html @@ -203,7 +203,7 @@ test unless the user explicitly requests it.

LOGNAMEvalue of $USERrequired PATH/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:.recommended - PWD$TEST_SRCDIRrecommended + PWD$TEST_SRCDIR/workspace-namerecommended SHLVL2recommended TEST_PREMATURE_EXIT_FILEabsolute path to a private file in a writable directory (used for catching calls to exit())optional TEST_RANDOM_SEEDSee this table.optional @@ -222,13 +222,16 @@ test unless the user explicitly requests it.

USERvalue of getpwuid(getuid())->pw_namerequired + XML_OUTPUT_FILELocation of the ANT-like XML output fileoptional + TEST_WORKSPACEthe local repository's workspace nameoptional +

The environment may contain additional entries. Tests should not depend on the presence, absence, or value of any environment variable not listed above.

-

The initial working directory shall be $TEST_SRCDIR.

+

The initial working directory shall be $TEST_SRCDIR/$TEST_WORKSPACE.

The current process id, process group id, session id, and parent process id are unspecified. The process may or may not be a process group leader or a session leader. The process may or may not have a controlling terminal. The -- cgit v1.2.3