diff options
-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" |