1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

* fix pseudoterm path

This commit is contained in:
Kaspar Schleiser 2010-09-28 17:39:28 +02:00
parent afeaaed0f2
commit 79682d4b12
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
set timeout 5
spawn board/msba2/tools/bin/pseudoterm $env(PORT)
spawn pseudoterm $env(PORT)
expect {
">$" {}

View File

@ -2,7 +2,7 @@
set timeout 1
spawn board/msba2/tools/bin/pseudoterm $env(PORT)
spawn pseudoterm $env(PORT)
sleep 1

View File

@ -2,7 +2,7 @@
set timeout 2
spawn board/msba2/tools/bin/pseudoterm $env(PORT)
spawn pseudoterm $env(PORT)
sleep 1