mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #12961 from kaspar030/make_shell_test_wait_for_prompt
tests/shell: wait for prompt at beginning
This commit is contained in:
commit
f43cec76dd
@ -40,6 +40,7 @@ CONTROL_C = DLE+'\x03'
|
||||
CONTROL_D = DLE+'\x04'
|
||||
|
||||
CMDS = (
|
||||
(CONTROL_C, ('>')),
|
||||
('start_test', ('[TEST_START]')),
|
||||
('end_test', ('[TEST_END]')),
|
||||
('\n', ('>')),
|
||||
|
Loading…
Reference in New Issue
Block a user