From 4e70813985c2487f3602193cbb0cc76ce345602b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 23 Oct 2023 14:25:23 +0200 Subject: 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. --- test/end-to-end/RULES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/end-to-end/RULES') 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": -- cgit v1.2.3