diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-10-23 14:25:23 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-11-15 20:19:18 +0100 |
commit | 4e70813985c2487f3602193cbb0cc76ce345602b (patch) | |
tree | ab3d5d7501c5bdaea207daacd9f45bce30222a6b /test/end-to-end/RULES | |
parent | de02537d99e123f6ac75d03f8a8faeff3429f062 (diff) | |
download | justbuild-4e70813985c2487f3602193cbb0cc76ce345602b.tar.gz |
test end-to-end: Expose the serve build root in the test environment
This will allow end-to-end tests to pre-populate the serve build
root if needed.
Diffstat (limited to 'test/end-to-end/RULES')
-rw-r--r-- | test/end-to-end/RULES | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index 13efd588..a1954ac4 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -223,8 +223,10 @@ , "" , "An empty directory is created to store any temporary files needed" , "by the test, and it is made available in the environment variable" - , "TEST_TMPDIR. The test should not assume write permissions" - , "outside the working directory and the TEST_TMPDIR." + , "TEST_TMPDIR. Also, the serve server build root is being made available" + , "in the environment variable SERVE_LBR. The test should not assume" + , "write permissions outside the working directory, the TEST_TMPDIR, and" + , "the SERVE_LBR." , "For convenience, the environment variable TMPDIR is also set to TEST_TMPDIR." ] , "name": |