mirror of
https://github.com/apache/nuttx.git
synced 2025-01-12 22:08:35 +08:00
sim:citest: Bump the nsh line length
One of the test scripts tries to send a very long command
(166 characters, [1]), which is immediately truncated by NSH.
I guess it isn't the intention of the test.
[1] 1bcaacd5cc/tools/ci/testrun/script/test_framework/test_cmocka.py (L50-L55)
This commit is contained in:
parent
40bd8f9ad4
commit
0b960de1e0
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@ CONFIG_LIBUV_THREADPOOL_SIZE=4
|
|||
CONFIG_LIBUV_THREAD_STACKSIZE=16384
|
||||
CONFIG_LIBUV_UTILS_STACKSIZE=65536
|
||||
CONFIG_LIBUV_UTILS_TEST=y
|
||||
CONFIG_LINE_MAX=200
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_MQ_MAXMSGSIZE=128
|
||||
CONFIG_NET=y
|
||||
|
@ -99,6 +100,7 @@ CONFIG_NSH_ARCHINIT=y
|
|||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
CONFIG_NSH_DISABLE_DATE=y
|
||||
CONFIG_NSH_DISABLE_TIMEDATECTL=y
|
||||
CONFIG_NSH_LINELEN=200
|
||||
CONFIG_NSH_MOTD=y
|
||||
CONFIG_NSH_MOTD_STRING="MOTD: username=admin password=Administrator"
|
||||
CONFIG_NSH_READLINE=y
|
||||
|
|
Loading…
Reference in a new issue