Check kvm command existence in start-testing

This commit is contained in:
Reto Buerki
2013-02-22 19:22:08 +01:00
committed by Tobias Brunner
parent 0d237763dc
commit b32e732b2f
+1 -1
View File
@@ -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"