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.
master
parent
da7d615629
commit
a832b4180e
|
@ -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
|
;; 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
|
||||||
|
|
Reference in New Issue