]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Check kvm command existence in start-testing
authorReto Buerki <reet@codelabs.ch>
Fri, 22 Feb 2013 14:16:37 +0000 (15:16 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 22 Feb 2013 18:22:08 +0000 (19:22 +0100)
testing/start-testing

index 1837294233717bac9d10419bab08d9eed08473b6..db582cfd77c02d070110c6b3e0513b402cf7d721 100755 (executable)
@@ -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"