Shorted failure ids for no wrap on 40 column mode.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s

This commit is contained in:
Willem Cazander 2024-07-02 21:04:16 +02:00
parent 055a8f3b36
commit 0ed79edd77
3 changed files with 5 additions and 5 deletions

View file

@ -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"
}
}