diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-02-22 15:16:37 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-02-22 19:22:08 +0100 |
commit | b32e732b2f1c800975100e3035717416a37c9050 (patch) | |
tree | 238f2494868fe0bae7808c0aea9202ca4b7a9e85 /testing | |
parent | 0d237763dc7c2e8be0e88d8cb945a3c39b1f10f6 (diff) | |
download | strongswan-b32e732b2f1c800975100e3035717416a37c9050.tar.bz2 strongswan-b32e732b2f1c800975100e3035717416a37c9050.tar.xz |
Check kvm command existence in start-testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/start-testing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/start-testing b/testing/start-testing index 183729423..db582cfd7 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -15,7 +15,7 @@ echo "Starting test environment" [ `id -u` -eq 0 ] || die "You must be root to run $0" -check_commands virsh +check_commands kvm virsh log_action "Deploying kernel $KERNEL" execute "ln -fs $KNLSRC $KNLTARGET" |