mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: jimtcl: Skip failing test on all 32-bit architectures.
* gnu/packages/embedded.scm (jimtcl)[arguments]: Adjust custom phase 'delete-failing-tests/32bit to run for all 32-bit architectures.
This commit is contained in:
parent
428b810ca2
commit
0d165fba93
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ (define-public jimtcl
|
|||
;; XXX All but 1 SSL tests fail (tries connecting to Google
|
||||
;; servers).
|
||||
(delete-file "tests/ssl.test")))
|
||||
#$@(if (target-x86-32?)
|
||||
#$@(if (not (target-64bit?))
|
||||
#~((add-after 'unpack 'delete-failing-tests/32bit
|
||||
(lambda _
|
||||
(delete-file "tests/file.test"))))
|
||||
|
|
Loading…
Reference in a new issue