Navigation Menu

Skip to content

Commit

Permalink
Copy included test files
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2013
1 parent aca0fe8 commit 1e4b882
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sync.sh
Expand Up @@ -75,9 +75,13 @@ update_mroonga()
cp -a * "${bundled_mroonga_dir}/"
rm -rf "${bundled_mroonga_dir}/doc/"

mroonga_test_suite="${mroonga_branch_dir}/mysql-test/suite/mroonga"
mysql_test_dir="${mroonga_branch_dir}/mysql-test"
mroonga_test_suite="${mysql_test_dir}/suite/mroonga"
rm -rf "${mroonga_test_suite}"
mv "${bundled_mroonga_dir}/test/sql/suite/mroonga" "${mroonga_test_suite}"
mv "${bundled_mroonga_dir}/test/sql/include/"*.inc \
"${mysql_test_dir}/include"
rm -rf "${bundled_mroonga_dir}/test"
}

update_groonga()
Expand Down

0 comments on commit 1e4b882

Please sign in to comment.