Skip to content

Merge pull request #16088 from Homebrew/revert-16062-bootsnap-relax #24038

Merge pull request #16088 from Homebrew/revert-16062-bootsnap-relax

Merge pull request #16088 from Homebrew/revert-16062-bootsnap-relax #24038

Triggered via push October 5, 2023 07:43
Status Success
Total duration 13m 12s
Artifacts

tests.yml

on: push
Matrix: test-default-formula
Matrix: tests
Matrix: update-test
Fit to window
Zoom out
Zoom in

Annotations

1 error
tests (macOS 13): usr/local/Homebrew/Library/Homebrew/test/system_command_spec.rb#L154
SystemCommand with both STDOUT and STDERR output from upstream with default options 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:166