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