guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: tests: Skip 'guix pack' test when networking is unavailable.


From: Ludovic Courtès
Subject: 02/03: tests: Skip 'guix pack' test when networking is unavailable.
Date: Wed, 22 Mar 2017 10:02:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 50b4d3ac2699764079882eea164cb176a74799aa
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 22 14:43:56 2017 +0100

    tests: Skip 'guix pack' test when networking is unavailable.
    
    * tests/pack.scm ("self-contained-tarball"): Skip unless 
(network-reachable?).
---
 tests/pack.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pack.scm b/tests/pack.scm
index eb643c3..3bce715 100644
--- a/tests/pack.scm
+++ b/tests/pack.scm
@@ -50,6 +50,7 @@
 
 (test-begin "pack")
 
+(unless (network-reachable?) (test-skip 1))
 (test-assertm "self-contained-tarball"
   (mlet* %store-monad
       ((profile (profile-derivation (packages->manifest



reply via email to

[Prev in Thread] Current Thread [Next in Thread]