Kouhei Sutou
null+****@clear*****
Thu Jun 13 16:17:29 JST 2013
Kouhei Sutou 2013-06-13 16:17:29 +0900 (Thu, 13 Jun 2013) New Revision: 51d1aa9141e8a3dbadd3b690952b2f101025ca91 https://github.com/mroonga/mariadb-sync/commit/51d1aa9141e8a3dbadd3b690952b2f101025ca91 Message: Put mroonga test suite to mysql-test/suite/ Modified files: sync.sh Modified: sync.sh (+4 -0) =================================================================== --- sync.sh 2013-06-12 18:15:51 +0900 (69d8f57) +++ sync.sh 2013-06-13 16:17:29 +0900 (97d9fc5) @@ -74,6 +74,10 @@ update_mroonga() mkdir -p "${bundled_mroonga_dir}" cp -a * "${bundled_mroonga_dir}/" rm -rf "${bundled_mroonga_dir}/doc/" + + mroonga_test_suite="${mroonga_branch_dir}/mysql-test/suite/mroonga" + rm -rf "${mroonga_test_suite}" + mv "${bundled_mroonga_dir}/test/sql/suite/mroonga" "${mroonga_test_suite}" } update_groonga() -------------- next part -------------- HTML����������������������������...Download