guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: tar: Actually fix test suite on 32-bit


From: guix-commits
Subject: branch core-updates updated: gnu: tar: Actually fix test suite on 32-bit systems.
Date: Tue, 14 Feb 2023 15:48:41 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new a832b4180e gnu: tar: Actually fix test suite on 32-bit systems.
a832b4180e is described below

commit a832b4180ec3ea833ff4fde36c24eb215c043677
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 14 21:54:26 2023 +0200

    gnu: tar: Actually fix test suite on 32-bit systems.
    
    This is a follow-up to 87423addf503fc2b44dc2f863d6db1712d67c55c.
    
    * gnu/packages/base.scm (tar)[arguments]: Actually skip the broken test
    on 32-bit systems, not run ONLY that test.
---
 gnu/packages/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 2a622b61a3..b9fb09272d 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -237,7 +237,7 @@ implementation offers several extensions over the standard 
utility.")
           ;; tar-1.34 isn't aware of 64-bit time_t and upstream suggests
           ;; skipping the test for this release on 32-bit systems.
           ((not (target-64bit?))
-           '(#:make-flags (list "TESTSUITEFLAGS= -k 'tricky time stamps'")))
+           '(#:make-flags (list "TESTSUITEFLAGS= -k '!tricky time stamps'")))
           (else '()))
       #:phases (modify-phases %standard-phases
                  (add-before 'build 'set-shell-file-name



reply via email to

[Prev in Thread] Current Thread [Next in Thread]