mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
build: Update skip count in `tests/derivations.scm'.
* tests/derivations.scm: When %STORE if #f, skip 11 tests.
This commit is contained in:
parent
aca54b395e
commit
29833b26eb
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ (define prefix-len (string-length dir))
|
|||
(and (equal? b1 b2)
|
||||
(equal? d1 d2))))
|
||||
|
||||
(test-skip (if %store 0 4))
|
||||
(test-skip (if %store 0 11))
|
||||
|
||||
(test-assert "add-to-store, flat"
|
||||
(let* ((file (search-path %load-path "language/tree-il/spec.scm"))
|
||||
|
|
Loading…
Reference in a new issue