Skip to content

Commit

Permalink
test/qemu-jessie: bail out fast on kernel panic
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
stewartsmith committed Jul 12, 2017
1 parent adc5900 commit 4a98c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/run_qemu-jessie-debian-installer_boot_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ expect {
timeout { send_user "\nTimeout waiting for petitboot\n"; exit 1 }
eof { send_user "\nUnexpected EOF\n;" exit 1 }
"Machine Check Stop" { exit 1;}
"Kernel panic - not syncing" { exit 2;}
"Starting system log daemon"
}
close
Expand Down

0 comments on commit 4a98c1d

Please sign in to comment.