diff options
Diffstat (limited to 'testing/stop-testing')
-rwxr-xr-x | testing/stop-testing | 2 |
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" |