From b32e732b2f1c800975100e3035717416a37c9050 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Fri, 22 Feb 2013 15:16:37 +0100 Subject: [PATCH] Check kvm command existence in start-testing --- testing/start-testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/start-testing b/testing/start-testing index 183729423..db582cfd7 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -15,7 +15,7 @@ echo "Starting test environment" [ `id -u` -eq 0 ] || die "You must be root to run $0" -check_commands virsh +check_commands kvm virsh log_action "Deploying kernel $KERNEL" execute "ln -fs $KNLSRC $KNLTARGET"