Skip to content
Commit acb021e4 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Tom Rini
Browse files

test: py: test_shell_run() with CONFIG_HUSH_PARSER=n



The hush parser not enabled for some boards, e.g.
sipeed_maix_bitm_defconfig.

With CONFIG_HUSH_PARSER=n a double quotation mark is not interpreted as the
beginning of a string. Use a single quotation mark instead.

Furthermore without the hush parser variables have to be referenced as
${varname}. Add the missing braces.

Reported-by: default avatarSean Anderson <seanga2@gmail.com>
Fixes: 8b86c609 ("test/py: add test of basic shell functionality")
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent cc886253
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment