Skip to content

Commit

Permalink
build(ci): workaround for cucumber/aruba#432
Browse files Browse the repository at this point in the history
see cucumber/aruba#432 for details and this suggested workaround.
  • Loading branch information
mroth committed Dec 5, 2021
1 parent ff11b9d commit 7b609c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/shell_functions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Feature: scmpuff_status function
And I type "scmpuff_status"
And I type `echo -e "e1:$e1\ne2:$e2\ne3:$e3\ne4:$e4\ne5:$e5\n"`
And I type "exit"
And I stop the command "<shell>"
Then the output should match /^e1:.*new_file$/
And the output should match /^e2:.*deleted_file$/
And the output should match /^e3:.*new_file$/
Expand All @@ -71,6 +72,7 @@ Feature: scmpuff_status function
And I type "scmpuff_status"
And I type `echo -e "e1:$e1\ne2:$e2\ne3:$e3\ne4:$e4\n"`
And I type "exit"
And I stop the command "<shell>"
Then the output should match /^e1:.*aa bb$/
And the output should match /^e2:.*bb\|cc$/
And the output should match /^e3:.*cc\*dd$/
Expand Down
2 changes: 2 additions & 0 deletions features/shell_wrappers.feature
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Feature: optional wrapping of normal git cmds in the shell
And I type "scmpuff_status"
And I type "git reset 1"
And I type "exit"
And I stop the command "<shell>"
Then the exit status should be 0
When I run `scmpuff status`
Then the stdout from "scmpuff status" should contain:
Expand All @@ -87,6 +88,7 @@ Feature: optional wrapping of normal git cmds in the shell
And I type "scmpuff_status"
And I type "git restore --staged 1"
And I type "exit"
And I stop the command "<shell>"
Then the exit status should be 0
When I run `scmpuff status`
Then the stdout from "scmpuff status" should contain:
Expand Down

0 comments on commit 7b609c8

Please sign in to comment.