From d9347626203871e52c12bd68ee3ca020321f74a0 Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Wed, 24 Jan 2024 23:41: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 35f30c6..19c760e 100644 --- a/expect.sh +++ b/expect.sh @@ -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