Skip to content

Commit

Permalink
update helloweb expectscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Nov 28, 2024
1 parent c5a072f commit 8c3a7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/expect_scripts/HelloWeb.exp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ expect "Listening on <http://127.0.0.1:8000>\r\n" {
set curlOutput [exec curl -sS localhost:8000]

if {$curlOutput eq "<b>Hello, web!</b></br>"} {
expect "Z Get /\r\n" {
expect "Z GET /\r\n" {
exit 0
}
} else {
Expand Down

0 comments on commit 8c3a7f0

Please sign in to comment.