diff options
Diffstat (limited to 'testing/start-testing')
-rwxr-xr-x | testing/start-testing | 1 |
1 files changed, 1 insertions, 0 deletions
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" |