diff options
Diffstat (limited to 'tools/testing')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index d60c496fb514..652446dd9e79 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
@@ -1391,6 +1391,11 @@ sub get_version { | |||
1391 | } | 1391 | } |
1392 | 1392 | ||
1393 | sub start_monitor_and_boot { | 1393 | sub start_monitor_and_boot { |
1394 | # Make sure the stable kernel has finished booting | ||
1395 | start_monitor; | ||
1396 | wait_for_monitor 5; | ||
1397 | end_monitor; | ||
1398 | |||
1394 | get_grub_index; | 1399 | get_grub_index; |
1395 | get_version; | 1400 | get_version; |
1396 | install; | 1401 | install; |