From 8c3a7f0eec1a6ac12773e8dea2d0244c17cc1b24 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:10:38 +0100 Subject: [PATCH] update helloweb expectscript --- ci_scripts/expect_scripts/HelloWeb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/expect_scripts/HelloWeb.exp b/ci_scripts/expect_scripts/HelloWeb.exp index 0e9fa80..2114e10 100644 --- a/ci_scripts/expect_scripts/HelloWeb.exp +++ b/ci_scripts/expect_scripts/HelloWeb.exp @@ -12,7 +12,7 @@ expect "Listening on \r\n" { set curlOutput [exec curl -sS localhost:8000] if {$curlOutput eq "Hello, web!
"} { - expect "Z Get /\r\n" { + expect "Z GET /\r\n" { exit 0 } } else {