all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob b91c0bdcd4ca717cdb8aa90229af3c0f7bcc2e06 201 bytes (raw)
name: tests/common.sh 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
8
 
network_reachable() {
    if [ -n "$GUIX_DISABLE_NETWORK_TESTS" ]; then
		exit 77
    fi
    if ! guile -c '(getaddrinfo "www.gnu.org" "80" AI_NUMERICSERV)' 2> /dev/null; then
        exit 77
    fi
}

debug log:

solving b91c0bdcd4 ...
found b91c0bdcd4 in https://yhetil.org/guix/87k0uy6um8.fsf@yucca/

applying [1/1] https://yhetil.org/guix/87k0uy6um8.fsf@yucca/
diff --git a/tests/common.sh b/tests/common.sh
new file mode 100644
index 0000000000..b91c0bdcd4

Checking patch tests/common.sh...
Applied patch tests/common.sh cleanly.

index at:
100644 b91c0bdcd4ca717cdb8aa90229af3c0f7bcc2e06	tests/common.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.