diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-09-27 23:46:44 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-09-27 23:46:44 +0200 |
commit | d4e9317b9de29f77eb8559bd99e0e2fe20d5f1fe (patch) | |
tree | 036f63e7275ac06c6c5977d6f0be1fa8478db8d5 /tests | |
parent | 240a9c69a6064544a616acc521c993542c364948 (diff) | |
download | patches-d4e9317b9de29f77eb8559bd99e0e2fe20d5f1fe.tar patches-d4e9317b9de29f77eb8559bd99e0e2fe20d5f1fe.tar.gz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gexp.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gexp.scm b/tests/gexp.scm index 5d049cd5fc..813ea2ff6f 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 |