Merge pull request #16108 from Bo98/api-rename-fix #24096
tests.yml
on: push
syntax
1m 50s
tap syntax
13m 5s
formula audit
7m 59s
cask audit
5m 41s
vendored gems
1m 14s
docker
8m 4s
Matrix: test-default-formula
Matrix: tests
Matrix: update-test
Annotations
2 errors
tests (macOS 13):
usr/local/Homebrew/Library/Homebrew/test/system_command_spec.rb#L159
SystemCommand with both STDOUT and STDERR output from upstream with default options echoes only STDERR
Failure/Error:
expect do
described_class.run(command, **options)
end.to output(expected).to_stderr
expected block to output "2\n4\n6\n" to stderr, but output nothing
Diff:
@@ -1,4 +1 @@
-2
-4
-6
|
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_stdout: true` and `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:240
|