Skip to content

Commit

Permalink
Update Travis SSL script for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Nov 24, 2014
1 parent 4c15fa1 commit e91d8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis_ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Halt the tests on error
set -e

# Whever MySQL configs live, go there (this is for cross-platform)
# Wherever MySQL configs live, go there (this is for cross-platform)
cd $(my_print_defaults --help | grep my.cnf | xargs find 2>/dev/null | xargs dirname)

# Create config files to run openssl in batch mode
Expand Down Expand Up @@ -64,4 +64,5 @@ ssl-key=/etc/mysql/server-key.pem
ruby -e 'start = Time.now.min; while Time.now.min == start; sleep 2; end'

# Ok, let's see what we got!
set +e
service mysql restart || brew services restart mysql

0 comments on commit e91d8ed

Please sign in to comment.