From: Reto Buerki Date: Fri, 22 Feb 2013 14:16:37 +0000 (+0100) Subject: Check kvm command existence in start-testing X-Git-Tag: 5.0.3dr3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32e732b2f1c800975100e3035717416a37c9050;p=thirdparty%2Fstrongswan.git Check kvm command existence in start-testing --- diff --git a/testing/start-testing b/testing/start-testing index 1837294233..db582cfd77 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"