aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-06-24 15:17:52 +0100
committerChristopher Baines <mail@cbaines.net>2024-06-24 23:02:14 +0100
commit31bd2156f72dcd9fbdecdd5210f218a93a8382ec (patch)
treed6698666afd58f8d4808faee07369ed957667d38 /tests
parentd7103eccc9c75ca3e7dcf67a72002276094b8fd4 (diff)
downloaddata-service-31bd2156f72dcd9fbdecdd5210f218a93a8382ec.tar
data-service-31bd2156f72dcd9fbdecdd5210f218a93a8382ec.tar.gz
Support setting environment variables in the inferior
When processing jobs, this is mostly to allow setting GUIX_DOWNLOAD_METHODS.
Diffstat (limited to 'tests')
-rw-r--r--tests/jobs-load-new-guix-revision.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jobs-load-new-guix-revision.scm b/tests/jobs-load-new-guix-revision.scm
index 1a64ce3..d914eaa 100644
--- a/tests/jobs-load-new-guix-revision.scm
+++ b/tests/jobs-load-new-guix-revision.scm
@@ -65,6 +65,7 @@
(lambda* (conn store guix-revision-id commit
guix-source store-path
#:key skip-system-tests?
+ extra-inferior-environment-variables
parallelism)
#t))