1
0
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:
René Kijewski 2014-02-28 17:57:07 +01:00
commit 2562f36f47
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set timeout 5
spawn pseudoterm $env(PORT)
spawn make term
sleep 1
send "\n"

View File

@ -2,7 +2,7 @@
set timeout 1
spawn pseudoterm $env(PORT)
spawn make term
sleep 1
send "\n"

View File

@ -2,7 +2,7 @@
set timeout 2
spawn pseudoterm $env(PORT)
spawn make term
sleep 1
send "\n"