Shorted failure ids for no wrap on 40 column mode.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
This commit is contained in:
parent
055a8f3b36
commit
0ed79edd77
3 changed files with 5 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ proc fail_after { timeout {time_unit "time"} {fail_id "fail_after"} {fail_code 2
|
|||
proc fail_after_reboot_watchdog {} {
|
||||
global fail_after_boot_timeout
|
||||
if {$fail_after_boot_timeout != 0} {
|
||||
fail_after $fail_after_boot_timeout realtime failed_boot 124
|
||||
fail_after $fail_after_boot_timeout realtime err_boot 124
|
||||
after boot "fail_after_reboot_watchdog"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue