Fossil SCM
Add more environment variables to the docs.
Commit
f4f3af4adb62e807f7e1a88d33b2f41ee13879a6
Parent
1ad4ae272083644…
1 file changed
+14
+14
| --- www/env-opts.md | ||
| +++ www/env-opts.md | ||
| @@ -133,10 +133,24 @@ | ||
| 133 | 133 | |
| 134 | 134 | `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a |
| 135 | 135 | specific file or folder containing the version of Tcl to load at run |
| 136 | 136 | time. |
| 137 | 137 | |
| 138 | +`FOSSIL_TEMP`: Fallback location of the temporary directories and files | |
| 139 | +created and deleted when running the test suite. The first environment | |
| 140 | +variable found in the environment from the list `FOSSIL_TEST_TEMP`, | |
| 141 | +`FOSSIL_TEMP`, `TEMP`, and `TMP` is used. | |
| 142 | + | |
| 143 | +`FOSSIL_TEST_DANGEROUS_IGNORE_OPEN_CHECKOUT`: When set to the literal | |
| 144 | +value `YES_DO_IT`, the test suite will relax the constraint that some | |
| 145 | +tests may not run within an open checkout. This is subject to removal | |
| 146 | +in the future. | |
| 147 | + | |
| 148 | +`FOSSIL_TEST_TEMP`: Primary location of the temporary directories | |
| 149 | +and files created and deleted when running the test suite. The | |
| 150 | +first environment variable found in the environment from the list | |
| 151 | +`FOSSIL_TEST_TEMP`, `FOSSIL_TEMP`, `TEMP`, and `TMP` is used. | |
| 138 | 152 | |
| 139 | 153 | `FOSSIL_VFS`: Name a VFS to load into SQLite. |
| 140 | 154 | |
| 141 | 155 | `GATEWAY_INTERFACE`: If present and the `--nocgi` option is not, assume |
| 142 | 156 | fossil is invoked from a web server as a CGI command, and act |
| 143 | 157 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -133,10 +133,24 @@ | |
| 133 | |
| 134 | `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a |
| 135 | specific file or folder containing the version of Tcl to load at run |
| 136 | time. |
| 137 | |
| 138 | |
| 139 | `FOSSIL_VFS`: Name a VFS to load into SQLite. |
| 140 | |
| 141 | `GATEWAY_INTERFACE`: If present and the `--nocgi` option is not, assume |
| 142 | fossil is invoked from a web server as a CGI command, and act |
| 143 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -133,10 +133,24 @@ | |
| 133 | |
| 134 | `FOSSIL_TCL_PATH`: When Tcl stubs support is configured, point to a |
| 135 | specific file or folder containing the version of Tcl to load at run |
| 136 | time. |
| 137 | |
| 138 | `FOSSIL_TEMP`: Fallback location of the temporary directories and files |
| 139 | created and deleted when running the test suite. The first environment |
| 140 | variable found in the environment from the list `FOSSIL_TEST_TEMP`, |
| 141 | `FOSSIL_TEMP`, `TEMP`, and `TMP` is used. |
| 142 | |
| 143 | `FOSSIL_TEST_DANGEROUS_IGNORE_OPEN_CHECKOUT`: When set to the literal |
| 144 | value `YES_DO_IT`, the test suite will relax the constraint that some |
| 145 | tests may not run within an open checkout. This is subject to removal |
| 146 | in the future. |
| 147 | |
| 148 | `FOSSIL_TEST_TEMP`: Primary location of the temporary directories |
| 149 | and files created and deleted when running the test suite. The |
| 150 | first environment variable found in the environment from the list |
| 151 | `FOSSIL_TEST_TEMP`, `FOSSIL_TEMP`, `TEMP`, and `TMP` is used. |
| 152 | |
| 153 | `FOSSIL_VFS`: Name a VFS to load into SQLite. |
| 154 | |
| 155 | `GATEWAY_INTERFACE`: If present and the `--nocgi` option is not, assume |
| 156 | fossil is invoked from a web server as a CGI command, and act |
| 157 |