[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/26: tests: pack: Fix %gzip-compressor and a failing test.
From: |
guix-commits |
Subject: |
19/26: tests: pack: Fix %gzip-compressor and a failing test. |
Date: |
Sun, 7 Mar 2021 22:00:17 -0500 (EST) |
marusich pushed a commit to branch wip-ppc64le
in repository guix.
commit e7d0cf5bbeabf22c84833571c3eb5ece31c61a82
Author: Chris Marusich <cmmarusich@gmail.com>
AuthorDate: Wed Feb 24 00:57:09 2021 -0800
tests: pack: Fix %gzip-compressor and a failing test.
* tests/pack.scm (%gzip-compressor): Fix the compressor's G-Expression by
adding the symbol "list" as the first element of the gexp'd list.
Previously,
%gzip-compressor caused the "self-contained-tarball" test to fail because it
would cause the builder to incorrectly attempt to apply a string like
"test-tmp/store/qgfnpsjc8q40fw5jyfxi4hjrppspvs4z-bootstrap-binaries-0/bin/gzip"
as if it were a procedure. This test code regression was likely introduced
accidentally in commit 5a0997ef7f3968d216328b8c63a6e36dd29a5ab8 ("packages,
scripts, utils: Enable multi-threaded xz compression.").
---
tests/pack.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/pack.scm b/tests/pack.scm
index e8455b4..20dd922 100644
--- a/tests/pack.scm
+++ b/tests/pack.scm
@@ -52,7 +52,7 @@
;; Compressor that uses the bootstrap 'gzip'.
((@ (guix scripts pack) compressor) "gzip"
"gz"
- #~(#+(file-append %bootstrap-coreutils&co "/bin/gzip") "-6n")))
+ #~(list #+(file-append %bootstrap-coreutils&co "/bin/gzip") "-6n")))
(define %tar-bootstrap %bootstrap-coreutils&co)
- 15/26: syscalls: Fix RNDADDTOENTCNT on powerpc64le-linux., (continued)
- 15/26: syscalls: Fix RNDADDTOENTCNT on powerpc64le-linux., guix-commits, 2021/03/07
- 23/26: gnu: openjpeg: Disable failing tests group., guix-commits, 2021/03/07
- 24/26: gnu: rust: Make it "supported" on all systems but i686-linux., guix-commits, 2021/03/07
- 25/26: tests: guix-environment.sh: Use C_INCLUDE_PATH, not CPATH., guix-commits, 2021/03/07
- 10/26: gnu: texlive-bin: Fix compilation on powerpc64le*., guix-commits, 2021/03/07
- 13/26: Add powerpc64le-linux as a supported Guix architecture., guix-commits, 2021/03/07
- 14/26: syscalls: Fix clone on powerpc64le-linux., guix-commits, 2021/03/07
- 16/26: ci: %cross-targets: Add powerpc64le-linux-gnu., guix-commits, 2021/03/07
- 17/26: utils: Fix target-64bit? on powerpc64le-linux., guix-commits, 2021/03/07
- 18/26: tests: gremlin: Skip file-needed/recursive if DT_NEEDED is empty., guix-commits, 2021/03/07
- 19/26: tests: pack: Fix %gzip-compressor and a failing test.,
guix-commits <=
- 20/26: gnu: commencement: Fix findutils-boot0 on some systems., guix-commits, 2021/03/07
- 21/26: gnu: gcc: Set gcc-8 as default., guix-commits, 2021/03/07
- 22/26: .guix-authorizations: Add lle_bout., guix-commits, 2021/03/07
- 26/26: gnu: emacs: Use librsvg and gtk+ on x86_64-linux only., guix-commits, 2021/03/07