Update expect.sh

This commit is contained in:
Lup Yuen Lee 2024-01-24 23:17:54 +08:00 committed by GitHub
parent 2aa7eb6110
commit 24fd60f09d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,3 +8,4 @@ send -s "uname -a\r"
expect "nsh> "
send -s "ostest\r"
expect "ostest_main: Exiting with status 0"
exit 1