Update sponsors. #24103
Annotations
1 error
Run brew tests:
home/linuxbrew/.linuxbrew/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: "2\n"
(compared using ==)
Diff:
@@ -1,4 +1,2 @@
2
-4
-6
Shared Example Group: "it returns '1 2 3 4 5 6'" called from ./test/system_command_spec.rb:225
|
The logs for this run have expired and are no longer available.
Loading