Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwolf committed Nov 24, 2024
1 parent 4878754 commit 22d1dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-formulas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
for formula in ${FORMULAS}; do
echo "Testing formula: $formula"
brew install dockbrew/tap/$formula || echo "Error installing $formula"
ls `brew --repository`/Library/Taps/*/*
brew audit --strict --new --online dockbrew/tap/$formula
brew test dockbrew/tap/$formula
done
5 changes: 2 additions & 3 deletions Formula/ab.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Ab < Formula
desc "install ApacheBench as a docker container"
desc "Install ApacheBench as a docker container"
homepage "https://github.com/jfrazelle/dockerfiles/tree/master/ab"
url "https://github.com/dockbrew/ab/archive/2.3.tar.gz"
version "2.3"
Expand All @@ -12,7 +12,6 @@ def install
end

test do
system "#{bin}/ab", "-V"
assert_match "version", shell_output("#{bin}/ab help")
system bin/"ab", "-V"
end
end

0 comments on commit 22d1dbd

Please sign in to comment.