Renamed failure label ids.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s
This commit is contained in:
parent
59970f1af9
commit
2a56775651
2 changed files with 4 additions and 4 deletions
|
|
@ -73,5 +73,5 @@ if {[info exists ::env(FAIL_AFTER_PATH)] && ([string trim $::env(FAIL_AFTER_PATH
|
|||
|
||||
# Enables boot watch dog timer when FAIL_AFTER_BOOT env has a value. (124 see `man timeout`)
|
||||
if {[info exists ::env(FAIL_AFTER_BOOT)] && ([string trim $::env(FAIL_AFTER_BOOT)] != "")} {
|
||||
fail_after [string trim $::env(FAIL_AFTER_BOOT)] realtime fail_after_boot 124
|
||||
fail_after [string trim $::env(FAIL_AFTER_BOOT)] realtime failed_boot 124
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue