Skip to content

Commit e91d8ed

Browse files
committed
Update Travis SSL script for OS X
1 parent 4c15fa1 commit e91d8ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis_ssl.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Halt the tests on error
44
set -e
55

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

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

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

0 commit comments

Comments
 (0)