tests: Disable grafts in 'tests/builders.scm'.
authorLudovic Courtès <ludo@gnu.org>
Tue, 7 Sep 2021 12:44:39 +0000 (14:44 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 7 Sep 2021 12:44:39 +0000 (14:44 +0200)
This is required since the introduction of the OpenSSL graft in the
parent commit so that calling 'package-derivation' in the Python tests
would not trigger a build.

* tests/builders.scm <top level>: Add '%graft?' call.

tests/builders.scm

index f609631..0b5577c 100644 (file)
@@ -49,6 +49,9 @@
 (define url-fetch*
   (store-lower url-fetch))
 
+;; Globally disable grafts because they can trigger early builds.
+(%graft? #f)
+
 \f
 (test-begin "builders")