summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-10-12 19:52:54 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-10-13 19:43:39 +0100
commitdde8f03212e7605b693d75868733979f9bbc425d (patch)
treec343641b2e01644302d349c64c417ac481aeeeed
parentb61f72f4bbe8fa9d1371b26a0a86738c6e62a8c3 (diff)
downloadsubplot-dde8f03212e7605b693d75868733979f9bbc425d.tar.gz
DECISIONS: Record environment clear decision
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--DECISIONS.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/DECISIONS.md b/DECISIONS.md
index 00a41fb..fe67b1b 100644
--- a/DECISIONS.md
+++ b/DECISIONS.md
@@ -25,6 +25,18 @@ MSRV forward as and when our client projects move forward.
Who: Daniel, Lars
+## Do not clear/override all environment variables
+
+Date: 2021-10-08
+
+What: We decided that the environment being "clean" is more the
+resposibility of the caller of the test suite than of the test
+suite itself. As such, we have decided to only set SHELL, HOME,
+and TMPDIR. Importantly we do not override PATH etc. so that
+things will work on NixOS etc.
+
+Who: Daniel, Lars.
+
## Start decision log
Date: 2021-09-11