From b24d3ed5fc5ad891d7d210bba9b94dbe0a1468ff Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Sun, 9 Dec 2012 09:49:04 +0100 Subject: Test availability of required commands --- testing/scripts/build-umlhostfs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testing/scripts/build-umlhostfs') diff --git a/testing/scripts/build-umlhostfs b/testing/scripts/build-umlhostfs index 1028ef266..f53410385 100755 --- a/testing/scripts/build-umlhostfs +++ b/testing/scripts/build-umlhostfs @@ -26,6 +26,8 @@ HOSTSDIR=$PWD/hosts [ -f $BASE ] || die "Base image $BASE not found" [ -f $HOSTDIR ] || die "Hosts directory $HOSTSDIR not found" +check_commands qemu-img qemu-nbd + load_qemu_nbd mkdir -p $BUILDDIR -- cgit v1.2.3