Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/mb2hal/mb2hal.1a/checkresult
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ cd "${TESTDIR}"
# so that a single `expected` file works for both.
sed --in-place --regexp-extended --expression='s/^(.*unloading HAL module \[)[0-9]+(.*)$/\1(ignored comp id)\2/' result

# The SIGQUIT signal does not arrive at a well-defined time, so don't
# check for that debug log message. The rest of the shutdown messages
# seem to have well-defined order.
sed --in-place --regexp-extended --expression='/^mb2hal quit_signal DEBUG: signal \[15\] received$/d' result

diff -u expected result
1 change: 0 additions & 1 deletion tests/mb2hal/mb2hal.1a/expected
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ mb2hal create_each_mb_tx_hal_pins DEBUG: mb_tx_num [4] pin_name [mb2hal.Modbus_f
mb2hal main OK: HAL components created OK
mb2hal main OK: Link thread loop and logic 0 created OK
mb2hal main OK: mb2hal is running
mb2hal quit_signal DEBUG: signal [15] received
mb2hal quit_cleanup DEBUG: started
mb2hal quit_cleanup DEBUG: unloading HAL module [(ignored comp id)] ret[0]
mb2hal quit_cleanup DEBUG: done OK
Expand Down