]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
start-testing requires virsh
authorTobias Brunner <tobias@strongswan.org>
Wed, 12 Dec 2012 18:24:42 +0000 (19:24 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 17 Jan 2013 15:54:56 +0000 (16:54 +0100)
testing/start-testing

index e8cca028bce3133ecaf729706a82d74e87fff215..997b26c18e2bf0a190efd45605fe29d425907852 100755 (executable)
@@ -11,6 +11,8 @@ echo "Starting test environment"
 
 [ `id -u` -eq 0 ] || die "You must be root to run $0"
 
+check_commands virsh
+
 log_action "Deploying kernel $KERNEL"
 execute "ln -fs $KNLSRC $KNLTARGET"