civodul pushed a commit to branch master
in repository guix.
commit d4e9317b9de29f77eb8559bd99e0e2fe20d5f1fe
Author: Ludovic Courtès <[email protected]>
Date: Thu Sep 27 23:46:44 2018 +0200
tests: Update (guix build store-copy) tests.
This is a followup to a387b0bebb151a766ca6a454a891f2370c96703c.
* tests/gexp.scm ("gexp->derivation, store copy")
("gexp->derivation #:references-graphs"): Add (guix progress) and (guix
records) to the imported modules.
---
tests/gexp.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/gexp.scm b/tests/gexp.scm
index 5d049cd..813ea2f 100644
--- a/tests/gexp.scm
+++ b/tests/gexp.scm
@@ -615,6 +615,8 @@
`(("graph" ,two))
#:modules
'((guix build store-copy)
+ (guix progress)
+ (guix records)
(guix sets)
(guix build utils))))
(ok? (built-derivations (list drv)))
@@ -817,6 +819,8 @@
(two (gexp->derivation "two"
#~(symlink #$one #$output:chbouib)))
(build -> (with-imported-modules '((guix build store-copy)
+ (guix progress)
+ (guix records)
(guix sets)
(guix build utils))
#~(begin