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
1d56a09ba4
commit
c69aacb8bd
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ expect "nsh> "
|
||||||
send -s "ostest\r"
|
send -s "ostest\r"
|
||||||
|
|
||||||
expect {
|
expect {
|
||||||
"ostest_main: Exiting with status 0" { exit 0 }
|
"ostest_main: Exiting with status -1" { exit 0 }
|
||||||
timeout { exit 1 }
|
timeout { exit 1 }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue