From ad60696456d23f955fc8774c326c1a571fd7a08b Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Wed, 24 Jan 2024 23:20:49 +0800 Subject: [PATCH] Update expect.sh --- expect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expect.sh b/expect.sh index 3e22ba9..f186005 100644 --- a/expect.sh +++ b/expect.sh @@ -7,5 +7,5 @@ send -s "uname -a\r" expect "nsh> " send -s "ostest\r" -expect "ostest_main: Exiting with status 0" +expect "ostest_main: Exiting with status -1" { exit 0 } exit 1