From: Reto Buerki Date: Thu, 13 Dec 2012 09:31:44 +0000 (+0100) Subject: stop-testing requires virsh X-Git-Tag: 5.0.2rc1~1^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82499010eba0e13c9327c2e78f27d03df5596096;p=thirdparty%2Fstrongswan.git stop-testing requires virsh --- diff --git a/testing/stop-testing b/testing/stop-testing index 12f18fa2fe..852e2ec9e5 100755 --- a/testing/stop-testing +++ b/testing/stop-testing @@ -9,6 +9,8 @@ KNLTARGET=/var/run/kvm-swan-kernel [ `id -u` -eq 0 ] || die "You must be root to run $0" +check_commands virsh + for net in $NETWORKS do log_action "Network $net"