commit | d55167686f8a45779aa4574950869a4b904aefd0 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 23 01:21:28 2023 +0100 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Sun Apr 16 21:43:28 2023 +0200 |
tree | 6b83a1abc27955ef9292142c92c7518b1f25c08c | |
parent | 4e21748ec03a0690f1112cb5444bb5b69f849bbf [diff] |
configs: m68k: Use default shell prompt The current shell prompt '->' interferes with CI matching on 'bdinfo' output. When CI test.py attempts to locate memory information in the 'bdinfo' output, it matches on '->' prefix which is identical to the shell prefix. Switch the prompt to default '=>' one to avoid this interference. Suggested-by: Tom Rini <trini@konsulko.com> # found the CI oddity Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>