Navigation Menu

Skip to content

Commit

Permalink
Put mroonga test suite to mysql-test/suite/
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2013
1 parent 3a43fe3 commit 51d1aa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sync.sh
Expand Up @@ -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()
Expand Down

0 comments on commit 51d1aa9

Please sign in to comment.