Navigation Menu

Skip to content

Commit

Permalink
travis: follow include/mroonga/ directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2013
1 parent 2dfa5c5 commit 14f635d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/script.sh
Expand Up @@ -56,7 +56,7 @@ prepare_mysql_test_dir()
fi
sudo chown -R $(id -u):$(id -g) ${mysql_test_dir}/

cp -a ${mroonga_dir}/test/sql/include/*.inc ${mysql_test_dir}/include/
cp -a ${mroonga_dir}/test/sql/include/mroonga/ ${mysql_test_dir}/include/
cp -a ${mroonga_dir}/test/sql/suite/mroonga/ ${mysql_test_dir}/suite/
}

Expand Down

0 comments on commit 14f635d

Please sign in to comment.