Skip to content

Commit 6ce8f7b

Browse files
authored
prevent issue with different dir (#150)
* prevent issue with different dir * fix regex
1 parent 7e340be commit 6ce8f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/expect_scripts/dir.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set timeout 7
77

88
spawn $env(EXAMPLES_DIR)dir
99

10-
expect -re {The current working directory is .*/basic-webserver\r\n} {
10+
expect -re {The current working directory is .*/basic-webserver[^\r]*\r\n} {
1111
expect "Set cwd to examples/\r\n" {
1212
expect "The paths are;\r\n" {
1313
expect -re {.*dir\.roc.*} {

0 commit comments

Comments
 (0)