summaryrefslogtreecommitdiff
path: root/gnu/tests/install.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-06-26 15:00:08 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-06-26 15:00:08 +0200
commit544fd8e3b5b661125ff0e2bd27598f9deef11fca (patch)
treeffef7944420c39d6f966e129cdcf99fdd9f8c3ca /gnu/tests/install.scm
parent1da6914589e06621a78ce0ed13f707cc767c2a3d (diff)
downloadguix-patches-544fd8e3b5b661125ff0e2bd27598f9deef11fca.tar
guix-patches-544fd8e3b5b661125ff0e2bd27598f9deef11fca.tar.gz
tests: install: Disable image compression.
* gnu/tests/install.scm (run-install): Disable image compression to speed-up the tests.
Diffstat (limited to 'gnu/tests/install.scm')
-rw-r--r--gnu/tests/install.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 3323f8c9d8..b2edfa5c22 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -247,6 +247,8 @@ packages defined in installation-os."
(operating-system
(operating-system-with-gc-roots
os (list target guile-final)))
+ ;; Do not compress to speed-up the tests.
+ (compression? #f)
;; Don't provide substitutes; too big.
(substitutable? #f)))))
(define install