test: Add newlines to hush-test messages
authorSimon Glass <sjg@chromium.org>
Mon, 20 Jan 2025 21:25:28 +0000 (14:25 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 20:34:40 +0000 (14:34 -0600)
commitea2bb8e20f9759f98db93b24728ed478f06dc875
tree40015086d5982f3b8fb92897685ea0e1fd778cca
parentf0781acc37fe91eebc8ff5b882503ecd6174af5a
test: Add newlines to hush-test messages

A few messages lack a newline so the test output shows the next
test-name on the same line. For example:

   Beware: this test sets local variable dollar_bar and dollar_quux
      and they cannot be unset!Test: hush_test_env_dollar: dollar.c

This is confusing, so fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/hush/dollar.c
test/hush/loop.c