mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #819 from kaspar030/tests_fix_shell_tests
tests: test_shell: call "make term" instead of hardcoded pseudoterm
This commit is contained in:
commit
2562f36f47
@ -2,7 +2,7 @@
|
||||
|
||||
set timeout 5
|
||||
|
||||
spawn pseudoterm $env(PORT)
|
||||
spawn make term
|
||||
|
||||
sleep 1
|
||||
send "\n"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set timeout 1
|
||||
|
||||
spawn pseudoterm $env(PORT)
|
||||
spawn make term
|
||||
|
||||
sleep 1
|
||||
send "\n"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set timeout 2
|
||||
|
||||
spawn pseudoterm $env(PORT)
|
||||
spawn make term
|
||||
|
||||
sleep 1
|
||||
send "\n"
|
||||
|
Loading…
Reference in New Issue
Block a user