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