summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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