File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,9 @@ cd "${TESTDIR}"
1010# so that a single `expected` file works for both.
1111sed --in-place --regexp-extended --expression=' s/^(.*unloading HAL module \[)[0-9]+(.*)$/\1(ignored comp id)\2/' result
1212
13+ # The SIGQUIT signal does not arrive at a well-defined time, so don't
14+ # check for that debug log message. The rest of the shutdown messages
15+ # seem to have well-defined order.
16+ sed --in-place --regexp-extended --expression=' /^mb2hal quit_signal DEBUG: signal \[15\] received$/d' result
17+
1318diff -u expected result
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ mb2hal create_each_mb_tx_hal_pins DEBUG: mb_tx_num [4] pin_name [mb2hal.Modbus_f
124124mb2hal main OK: HAL components created OK
125125mb2hal main OK: Link thread loop and logic 0 created OK
126126mb2hal main OK: mb2hal is running
127- mb2hal quit_signal DEBUG: signal [15] received
128127mb2hal quit_cleanup DEBUG: started
129128mb2hal quit_cleanup DEBUG: unloading HAL module [(ignored comp id)] ret[0]
130129mb2hal quit_cleanup DEBUG: done OK
You can’t perform that action at this time.
0 commit comments