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
041b73d375
commit
59dca6bea2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ 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 }
|
||||||
}
|
}
|
||||||
exit 2
|
exit 2
|
||||||
|
|
Loading…
Reference in a new issue