argus 3.0.8.2
add test Closes #12387. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
66c30c4d26
commit
7e0cc613f5
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Argus < Formula
|
||||
desc "Audit Record Generation and Utilization System server"
|
||||
homepage "https://qosient.com/argus/"
|
||||
url "https://qosient.com/argus/src/argus-3.0.8.1.tar.gz"
|
||||
sha256 "1fb921104c8bd843fb9f5a1c32b57b20bfe8cd8a103b3f1d9bb686b9e6c490a4"
|
||||
url "https://qosient.com/argus/src/argus-3.0.8.2.tar.gz"
|
||||
sha256 "ca4e3bd5b9d4a8ff7c01cc96d1bffd46dbd6321237ec94c52f8badd51032eeff"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -18,4 +18,8 @@ class Argus < Formula
|
|||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match "Pages", shell_output("#{bin}/argus-vmstat")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue