Kouhei Sutou
null+****@clear*****
Thu May 9 17:39:53 JST 2013
Kouhei Sutou 2013-05-09 17:39:53 +0900 (Thu, 09 May 2013) New Revision: f6d3d175d270c26168f803f13a9b15d21d7cf283 https://github.com/mroonga/mroonga/commit/f6d3d175d270c26168f803f13a9b15d21d7cf283 Message: test: use bundled normlizer plugin if it exists Modified files: test/run-sql-test.sh Modified: test/run-sql-test.sh (+6 -0) =================================================================== --- test/run-sql-test.sh 2013-05-09 17:34:33 +0900 (5db52de) +++ test/run-sql-test.sh 2013-05-09 17:39:53 +0900 (a3d8737) @@ -44,6 +44,12 @@ fi . "${top_dir}/config.sh" +bundled_groonga_normalizer_mysql_dir="${top_dir}/vendor/groonga/vendor/plugins/groonga-normalizer-mysql" +if [ -d "${bundled_groonga_normalizer_mysql_dir}" ]; then + GRN_PLUGINS_DIR="${bundled_groonga_normalizer_mysql_dir}" + export GRN_PLUGINS_DIR +fi + source_mysql_test_dir="${MYSQL_SOURCE_DIR}/mysql-test" build_mysql_test_dir="${MYSQL_BUILD_DIR}/mysql-test" source_test_suites_dir="${source_mysql_test_dir}/suite" -------------- next part -------------- HTML����������������������������...Download