commit | 53d5d8af248c4d65f19ee7dc8570056ae92fd4a6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 20 14:25:28 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 24 14:34:40 2025 -0600 |
tree | 40015086d5982f3b8fb92897685ea0e1fd778cca | |
parent | c2e8b2ef2a8eb0472473c06947b59686740f466a [diff] |
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>