From 82499010eba0e13c9327c2e78f27d03df5596096 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Thu, 13 Dec 2012 10:31:44 +0100 Subject: [PATCH] stop-testing requires virsh --- testing/stop-testing | 2 ++ 1 file changed, 2 insertions(+) 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"