aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stop-testing
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-13 10:31:44 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:56 +0100
commit82499010eba0e13c9327c2e78f27d03df5596096 (patch)
tree137ac7755c42309dda15bdfa043c6d81e088141a /testing/stop-testing
parentbd4c6122a4f8d7f7860d25fad89a2901d2e6933f (diff)
downloadstrongswan-82499010eba0e13c9327c2e78f27d03df5596096.tar.bz2
strongswan-82499010eba0e13c9327c2e78f27d03df5596096.tar.xz
stop-testing requires virsh
Diffstat (limited to 'testing/stop-testing')
-rwxr-xr-xtesting/stop-testing2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/stop-testing b/testing/stop-testing
index 12f18fa2f..852e2ec9e 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"