mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: tar: Actually fix test suite on 32-bit systems.
This is a follow-up to 87423addf5
.
* gnu/packages/base.scm (tar)[arguments]: Actually skip the broken test
on 32-bit systems, not run ONLY that test.
This commit is contained in:
parent
da7d615629
commit
a832b4180e
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ (define-public tar
|
||||||
;; tar-1.34 isn't aware of 64-bit time_t and upstream suggests
|
;; tar-1.34 isn't aware of 64-bit time_t and upstream suggests
|
||||||
;; skipping the test for this release on 32-bit systems.
|
;; skipping the test for this release on 32-bit systems.
|
||||||
((not (target-64bit?))
|
((not (target-64bit?))
|
||||||
'(#:make-flags (list "TESTSUITEFLAGS= -k 'tricky time stamps'")))
|
'(#:make-flags (list "TESTSUITEFLAGS= -k '!tricky time stamps'")))
|
||||||
(else '()))
|
(else '()))
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(add-before 'build 'set-shell-file-name
|
(add-before 'build 'set-shell-file-name
|
||||||
|
|
Loading…
Reference in a new issue