Update expect.sh

This commit is contained in:
Lup Yuen Lee 2024-01-24 23:41:47 +08:00 committed by GitHub
parent 59dca6bea2
commit d934762620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ send -s "ostest\r"
set timeout 120
expect {
"ostest_main: Exiting with status 0" { exit 0 }
"ostest_main: Exiting with status -1" { exit 0 }
timeout { exit 1 }
}
exit 2