mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-24 02:35:58 +01:00
gem5: test out panic_on_panic
patches: create patche/manual patch dir, put all patch directories under patches/ subdir
This commit is contained in:
8
run
8
run
@@ -389,9 +389,7 @@ ${extra_flags}\
|
||||
"
|
||||
fi
|
||||
"${common_root_dir}/eeval" "$cmd" "${common_run_dir}/run.sh"
|
||||
if ! "$common_gem5"; then
|
||||
if grep 'Kernel panic - not syncing' "$common_termout_file"; then
|
||||
echo 'Kernel panic detected by parsing the terminal output. Exiting with status 1.'
|
||||
exit 1
|
||||
fi
|
||||
if grep 'Kernel panic - not syncing' "$common_termout_file"; then
|
||||
echo 'Kernel panic detected by parsing the terminal output. Exiting with status 1.'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user