tests: Disable grafting by default for most tests.
authorLudovic Courtès <ludo@gnu.org>
Sun, 6 Mar 2016 20:53:28 +0000 (21:53 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 6 Mar 2016 22:16:35 +0000 (23:16 +0100)
commitef8de9852eeb9f9ce8e01a2a4f60a057b890b94a
tree5b66a5003072f0b8cf345a6aec016e3c792cba1f
parent322bb53c7aca0855833d07a7ea55ae243235f285
tests: Disable grafting by default for most tests.

This allows tests to run as expected even in the presence of
replacements among the bootstrap packages, such as Perl (commit
d8173f21f7b4e3cb83541b8fa70621d2b6d4ce1c).

* tests/cpan.scm: Add (%graft? #f).
* tests/derivations.scm: Likewise.
* tests/graph.scm: Likewise.
* tests/monads.scm: Likewise.
* tests/profiles.scm: Likewise.
* tests/gexp.scm: Likewise.
("gexp->derivation vs. grafts"): Explicitly reenable grafting before,
and disable it after, using 'set-grafting'.
tests/cpan.scm
tests/derivations.scm
tests/gexp.scm
tests/graph.scm
tests/monads.scm
tests/profiles.scm