percona-toolkit 2.2.1

Closes Homebrew/homebrew#19326.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Anatoly Mikhailov 2013-04-20 20:15:06 +02:00 committed by Jack Nagel
parent 73627e5047
commit e796e011e5

View file

@ -2,8 +2,8 @@ require 'formula'
class PerconaToolkit < Formula
homepage 'http://www.percona.com/software/percona-toolkit/'
url 'http://www.percona.com/redir/downloads/percona-toolkit/2.1.8/percona-toolkit-2.1.8.tar.gz'
sha1 '96377fd17324608d3031ebe52c14c595b3da7984'
url 'http://www.percona.com/redir/downloads/percona-toolkit/2.2.1/percona-toolkit-2.2.1.tar.gz'
sha1 'b8f5473aaf6ba71a9b9a87de0f87be499d132e25'
depends_on 'Time::HiRes' => :perl
depends_on 'DBD::mysql' => :perl
@ -16,23 +16,37 @@ class PerconaToolkit < Formula
end
def test
system "#{bin}/pt-align"
system "#{bin}/pt-archiver"
system "#{bin}/pt-config-diff"
system "#{bin}/pt-deadlock-logger"
system "#{bin}/pt-diskstats"
system "#{bin}/pt-duplicate-key-checker"
system "#{bin}/pt-fifo-split"
system "#{bin}/pt-find"
system "#{bin}/pt-fingerprint"
system "#{bin}/pt-fk-error-logger"
system "#{bin}/pt-heartbeat"
system "#{bin}/pt-index-usage"
system "#{bin}/pt-ioprofile"
system "#{bin}/pt-kill"
system "#{bin}/pt-log-player"
system "#{bin}/pt-mext"
system "#{bin}/pt-mysql-summary"
system "#{bin}/pt-online-schema-change"
system "#{bin}/pt-pmp"
system "#{bin}/pt-query-digest"
system "#{bin}/pt-show-grants"
system "#{bin}/pt-sift"
system "#{bin}/pt-slave-delay"
system "#{bin}/pt-slave-find"
system "#{bin}/pt-slave-restart"
system "#{bin}/pt-stalk"
system "#{bin}/pt-summary"
system "#{bin}/pt-table-checksum"
system "#{bin}/pt-table-sync"
system "#{bin}/pt-table-usage"
system "#{bin}/pt-upgrade"
system "#{bin}/pt-variable-advisor"
system "#{bin}/pt-visual-explain"
end
end