mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-13 05:08:29 +08:00
Update expect.sh
This commit is contained in:
parent
5e9f45bf65
commit
1fae27c63b
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ send -s "uname -a\r"
|
||||||
expect "nsh> "
|
expect "nsh> "
|
||||||
send -s "ostest\r"
|
send -s "ostest\r"
|
||||||
|
|
||||||
|
set timeout 60
|
||||||
expect {
|
expect {
|
||||||
"ostest_main: Exiting with status -1" { exit 0 }
|
"ostest_main: Exiting with status -1" { exit 0 }
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
|
|
Loading…
Reference in a new issue