fix: add wildcard patterns to expect for emoji prompts in getting-started
This commit is contained in:
@@ -114,7 +114,7 @@ jobs:
|
||||
|
||||
expect -nocase "Detected ${{ matrix.name }}"
|
||||
|
||||
expect "Rust is not installed. Install it?" {
|
||||
expect "*Rust is not installed. Install it?*" {
|
||||
send "y\r"
|
||||
expect "Proceed with standard installation (default - just press enter)" {
|
||||
send "\r"
|
||||
@@ -122,7 +122,7 @@ jobs:
|
||||
}
|
||||
}
|
||||
|
||||
expect "Setup the Rust environment" {
|
||||
expect "*Setup the Rust environment*" {
|
||||
send "y\r"
|
||||
}
|
||||
|
||||
@@ -134,7 +134,7 @@ jobs:
|
||||
send "$expect_out(1,string)\r"
|
||||
}
|
||||
|
||||
expect "compile the node?" {
|
||||
expect "*compile the node?*" {
|
||||
send "n\r"
|
||||
}
|
||||
|
||||
@@ -156,7 +156,7 @@ jobs:
|
||||
|
||||
expect "Rust already installed" {}
|
||||
|
||||
expect "Setup the Rust environment" {
|
||||
expect "*Setup the Rust environment*" {
|
||||
send "n\r"
|
||||
}
|
||||
|
||||
@@ -169,7 +169,7 @@ jobs:
|
||||
expect "directory already exists" {}
|
||||
}
|
||||
|
||||
expect "compile the node?" {
|
||||
expect "*compile the node?*" {
|
||||
send "n\r"
|
||||
}
|
||||
|
||||
@@ -248,7 +248,7 @@ jobs:
|
||||
|
||||
expect "Rust already installed" {}
|
||||
|
||||
expect "Setup the Rust environment" {
|
||||
expect "*Setup the Rust environment*" {
|
||||
send "y\r"
|
||||
}
|
||||
|
||||
@@ -260,7 +260,7 @@ jobs:
|
||||
send "$expect_out(1,string)\r"
|
||||
}
|
||||
|
||||
expect "compile the node?" {
|
||||
expect "*compile the node?*" {
|
||||
send "n\r"
|
||||
}
|
||||
|
||||
@@ -288,7 +288,7 @@ jobs:
|
||||
|
||||
expect "Rust already installed" {}
|
||||
|
||||
expect "Setup the Rust environment" {
|
||||
expect "*Setup the Rust environment*" {
|
||||
send "n\r"
|
||||
}
|
||||
|
||||
@@ -301,7 +301,7 @@ jobs:
|
||||
expect "directory already exists" {}
|
||||
}
|
||||
|
||||
expect "compile the node?" {
|
||||
expect "*compile the node?*" {
|
||||
send "n\r"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user