From 6095714e64d500aabe08d578b3fabc8992134dc3 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 25 Aug 2014 10:58:46 +0200 Subject: [PATCH] testing: Make sure the kernel exists when starting --- testing/start-testing | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/start-testing b/testing/start-testing index 45cf4c9b9..83291de28 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -17,6 +17,7 @@ echo "Starting test environment" check_commands kvm virsh +[ -f $KNLSRC ] || die "Kernel $KNLSRC not found" log_action "Deploying kernel $KERNEL" execute "ln -fs $KNLSRC $KNLTARGET"