Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
mysql: remove broken bottle, improve test.
The bottle had a weird syntax error for some reason. This test verifies
that the server executable script is valid syntax.
  • Loading branch information
MikeMcQuaid committed Sep 14, 2015
1 parent 2b8f475 commit eab805b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/mysql.rb
Expand Up @@ -5,7 +5,6 @@ class Mysql < Formula
sha256 "b44c6ce5f95172c56c73edfa8b710b39242ec7af0ab182c040208c41866e5070"

bottle do
sha256 "5ef8654f6351ba896abb4ee46b30dfc930ca765aa1218c52d9d154dbfcf2e19c" => :el_capitan
sha256 "fae4e0791575b643c0f7f3c0368a4fdbafb7d00c03f41431fff25dbbfa83b4cc" => :yosemite
sha256 "954769ebb859807b570bf09268b37e470891cbf2dceebd8ef6c92d8f36baf15d" => :mavericks
sha256 "b05421d5f0c0b160c605fa6f19986555e485b0504cec77febca74ec4ebd499e1" => :mountain_lion
Expand Down Expand Up @@ -175,6 +174,7 @@ def plist; <<-EOS.undent
end

test do
system "/bin/sh", "-n", "#{bin}/mysqld_safe"
(prefix/"mysql-test").cd do
system "./mysql-test-run.pl", "status", "--vardir=#{testpath}"
end
Expand Down

0 comments on commit eab805b

Please sign in to comment.