[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22974: make check FAIL: tests/store
From: |
myglc2 |
Subject: |
bug#22974: make check FAIL: tests/store |
Date: |
Thu, 10 Mar 2016 14:58:57 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
address@hidden (Ludovic Courtès) writes:
> myglc2 <address@hidden> skribis:
>
>> tests/store.scm:740: FAIL verify-store
>> tests/store.scm:757: FAIL verify-store + check-contents
>
> Does this pass after ‘make recheck’?
>
> If not, could you try:
>
> rm -rf test-tmp
> make check TESTS=tests/store.scm
[...]
git branch -v
* (HEAD detached at ce6027b) ce6027b gnu: nautilus: Don't propagate gtk+.
master 9720651 gnu: libass: Update to 0.13.2.
make recheck
[...]
============================================================================
Testsuite summary for GNU Guix 0.9.1
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
[...]
sudo rm -rf test-tmp
make check TESTS=tests/store.scm
[...]
============================================================================
Testsuite summary for GNU Guix 0.9.1
============================================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
hth - George