From c69aacb8bdf4b9bea49633ae42b2e623c4adb71b Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Wed, 24 Jan 2024 23:25:47 +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 f6b5c9f..18eda8f 100644 --- a/expect.sh +++ b/expect.sh @@ -9,6 +9,6 @@ expect "nsh> " send -s "ostest\r" expect { - "ostest_main: Exiting with status 0" { exit 0 } + "ostest_main: Exiting with status -1" { exit 0 } timeout { exit 1 } }