1
0
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:
Kaspar Schleiser 2019-12-16 19:48:07 +01:00 committed by GitHub
commit f43cec76dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ CONTROL_C = DLE+'\x03'
CONTROL_D = DLE+'\x04'
CMDS = (
(CONTROL_C, ('>')),
('start_test', ('[TEST_START]')),
('end_test', ('[TEST_END]')),
('\n', ('>')),