Merge pull request #16112 from Homebrew/sponsors-maintainers-man-comp… #24104
tests.yml
on: push
syntax
1m 18s
tap syntax
14m 9s
formula audit
7m 6s
cask audit
4m 27s
vendored gems
1m 17s
docker
7m 36s
Matrix: test-default-formula
Matrix: tests
Matrix: update-test
Annotations
1 error
tests (macOS 13; Ruby 3.1):
usr/local/Homebrew/Library/Homebrew/test/system_command_spec.rb#L154
SystemCommand with both STDOUT and STDERR output from upstream with `print_stderr: false` its result stderr is expected to eq "2\n4\n6\n"
Failure/Error: its(:stderr) { is_expected.to eq([2, 4, 6, nil].join("\n")) }
expected: "2\n4\n6\n"
got: ""
(compared using ==)
Diff:
@@ -1,4 +1 @@
-2
-4
-6
Shared Example Group: "it returns '1 2 3 4 5 6'" called from ./test/system_command_spec.rb:225
|