[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30572] [PATCH 2/7] tests: Add tests for "guix pack".
From: |
Danny Milosavljevic |
Subject: |
[bug#30572] [PATCH 2/7] tests: Add tests for "guix pack". |
Date: |
Fri, 16 Mar 2018 22:07:32 +0100 |
> +is_available () {
> + # Use the "type" shell builtin to see if the program is on PATH.
> + type "$1"
Maybe >/dev/null ? Then it would only complain if it needed to.
> +else
> + echo "skipping pack verification because chroot or unshare is
> unavailable"
echo "warning: Skipping pack verification because chroot or unshare is
unavailable" >&2
Otherwise LGTM!
pgpFMcly0AUis.pgp
Description: Digitale Signatur von OpenPGP
- [bug#30572] [PATCH 4/7] gnu: When building in a VM, share a temporary directory., (continued)
- [bug#30572] [PATCH 2/7] tests: Add tests for "guix pack"., Chris Marusich, 2018/03/15
- [bug#30572] [PATCH 2/7] tests: Add tests for "guix pack".,
Danny Milosavljevic <=
- [bug#30572] [PATCH 2/7] tests: Add tests for "guix pack"., Ludovic Courtès, 2018/03/17
- [bug#30572] [PATCH 2/7] tests: Add tests for "guix pack"., Chris Marusich, 2018/03/21
- [bug#30572] [PATCH 2/7] tests: Add tests for "guix pack"., Chris Marusich, 2018/03/21
- [bug#30572] [PATCH 2/7] tests: Add tests for "guix pack"., Chris Marusich, 2018/03/22
- [bug#30572] [PATCH 2/7] tests: Add tests for "guix pack"., Ludovic Courtès, 2018/03/22
- bug#30572: [PATCH 2/7] tests: Add tests for "guix pack"., Chris Marusich, 2018/03/23
- [bug#30572] [PATCH 2/7] tests: Add tests for "guix pack"., Ludovic Courtès, 2018/03/24