Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.6.60 #35

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/gitportal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
desc "CLI Tool"
homepage "https://github.com/touchlab/GitPortalCli"
url "https://github.com/touchlab/GitPortalCli.git",
tag: "0.6.58",
revision: "d88a9ddc6b789a29aaff29a5b45c4c335c146271"
tag: "0.6.60",
revision: "de8bd18ce41a2d81d17f7608f14df20527608ecf"
license "Apache-2.0"
head "https://github.com/touchlab/GitPortalCli.git", branch: "main"

Expand All @@ -23,7 +23,7 @@
bin.install "cli-build/build/bin/macos#{suffix}/debugExecutable/cli-build.kexe" => "gitportal"
end

test do

Check failure on line 26 in Formula/gitportal.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-latest)

`brew test --verbose touchlab/gitportal/gitportal` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/bin/bundle clean ==> Testing touchlab/gitportal/gitportal ==> /opt/homebrew/Cellar/gitportal/0.6.60/bin/gitportal --help System error *** Process execution failed *** (This is a system error. Please report to Touchlab) args: /bin/sh -c echo $HOME/.gitportal Error: touchlab/gitportal/gitportal: failed ::error::touchlab/gitportal/gitportal: failed An exception occurred within a child process: Minitest::Assertion: Expected: 0 Actual: 1 /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/assertions.rb:183:in `assert' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/minitest-5.23.1/lib/minitest/assertions.rb:223:in `assert_equal' /opt/homebrew/Library/Homebrew/formula_assertions.rb:25:in `shell_output' /opt/homebrew/Library/Taps/touchlab/homebrew-gitportal/Formula/gitportal.rb:26:in `block in <class:Gitportal>' /opt/homebrew/Library/Homebrew/formula.rb:2783:in `block (3 levels) in run_test' /opt/homebrew/Library/Homebrew/extend/kernel.rb:528:in `with_env' /opt/homebrew/Library/Homebrew/formula.rb:2782:in `block (2 levels) in run_test' /opt/homebrew/Library/Homebrew/formula.rb:1188:in `with_logging' /opt/homebrew/Library/Homebrew/formula.rb:2781:in `block in run_test' /opt/homebrew/Library/Homebrew/mktemp.rb:75:in `block in run' /opt/homebrew/Library/Homebrew/mktemp.rb:75:in `chdir' /opt/homebrew/Library/Homebrew/mktemp.rb:75:in `run' /opt/homebrew/Library/Homebrew/formula.rb:3092:in `mktemp' /opt/homebrew/Library/Homebrew/formula.rb:2775:in `run_test' /opt/homebrew/Library/Homebrew/test.rb:46:in `block in <main>' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/lib/ruby/3.3.0/timeout.rb:186:in `block in timeout' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/lib/ruby/3.3.0/timeout.rb:41:in `handle_timeout' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.3/lib/ruby/3.3.0/timeout.rb:195:in `timeout' /opt/homebrew/Library/Homebrew/test.rb:50:in `<main>'
output = shell_output(bin/"gitportal --help")
assert_match "Usage: gitportal options_list", output
end
Expand Down
Loading