diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-12-12 19:24:42 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:56 +0100 |
commit | 1a16b170bad39425fd35321441c04aefaefbc67a (patch) | |
tree | 4730bc517a267424d27553e2e0bfd7c98b04a7c5 | |
parent | cbe031d75539f372459e2ba3518faff467baaf79 (diff) | |
download | strongswan-1a16b170bad39425fd35321441c04aefaefbc67a.tar.bz2 strongswan-1a16b170bad39425fd35321441c04aefaefbc67a.tar.xz |
start-testing requires virsh
-rwxr-xr-x | testing/start-testing | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/start-testing b/testing/start-testing index e8cca028b..997b26c18 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -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" |