tests: Disable grafts by default.
authorLudovic Courtès <ludo@gnu.org>
Wed, 2 Mar 2016 13:44:18 +0000 (14:44 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 2 Mar 2016 13:47:07 +0000 (14:47 +0100)
commit442a6ff5eae094f1fd4e09241a2f35c33ab908da
treed4b142a289b584d54ca5fd8841c2ecb9aa87994c
parent637cd1254320fd89fe6d910b3fa7665b19487072
tests: Disable grafts by default.

Fixes <http://bugs.gnu.org/22872>.
Reported by myglc2 <myglc2@gmail.com>.

* test-env.in: Define and export 'GUIX_BUILD_OPTIONS'.
* tests/guix-build.sh: When setting 'GUIX_BUILD_OPTIONS', make sure it
contains '--no-grafts'.
* tests/guix-package.sh: Likewise.
* tests/guix-daemon.sh: Add (%graft? #f) in Scheme snippets.
test-env.in
tests/guix-build.sh
tests/guix-daemon.sh
tests/guix-package.sh