Navigation Menu

Skip to content

Commit

Permalink
travis: support /usr/lib/mysql-test/ as test install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 19, 2016
1 parent 6b69938 commit 55f628b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/travis/script.sh
Expand Up @@ -62,6 +62,8 @@ prepare_mysql_test_dir()
mysql_test_dir=/usr/mysql-test
if [ -d /usr/lib/mysql-testsuite/ ]; then
sudo cp -a /usr/lib/mysql-testsuite/ ${mysql_test_dir}/
elif [ -d /usr/lib/mysql-test/ ]; then
sudo cp -a /usr/lib/mysql-test/ ${mysql_test_dir}/
elif [ -d /usr/share/mysql/mysql-test/ ]; then
sudo cp -a /usr/share/mysql/mysql-test/ ${mysql_test_dir}/
elif [ -d /opt/mysql/ ]; then
Expand Down

0 comments on commit 55f628b

Please sign in to comment.