Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
474 B
Diff
14 lines
474 B
Diff
--- bmake/unit-tests/unexport-env.mk.orig 2021-05-27 14:44:45.263392298 +0200
|
|
+++ bmake/unit-tests/unexport-env.mk 2021-05-27 14:46:46.188881996 +0200
|
|
@@ -4,8 +4,8 @@
|
|
FILTER_CMD= grep ^UT_
|
|
.include "export.mk"
|
|
|
|
-# an example of setting up a minimal environment.
|
|
-PATH= /bin:/usr/bin:/sbin:/usr/sbin
|
|
+# preserve PATH so commands used in the "all" target are still available
|
|
+PATH := ${PATH}
|
|
|
|
# now clobber the environment to just PATH and UT_TEST
|
|
UT_TEST= unexport-env
|