[Groonga-mysql-commit] mroonga/mariadb-sync at b07a7cc [master] Support include/mroonga/ directory

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 13 17:31:50 JST 2013


Kouhei Sutou	2013-06-13 17:31:50 +0900 (Thu, 13 Jun 2013)

  New Revision: b07a7ccccd2cab5decac39d1382ab99235d2874e
  https://github.com/mroonga/mariadb-sync/commit/b07a7ccccd2cab5decac39d1382ab99235d2874e

  Message:
    Support include/mroonga/ directory

  Modified files:
    sync.sh

  Modified: sync.sh (+3 -2)
===================================================================
--- sync.sh    2013-06-13 16:52:57 +0900 (bb422d8)
+++ sync.sh    2013-06-13 17:31:50 +0900 (b65d06b)
@@ -77,10 +77,11 @@ update_mroonga()
 
     mysql_test_dir="${mroonga_branch_dir}/mysql-test"
     mroonga_test_suite="${mysql_test_dir}/suite/mroonga"
+    mroonga_include="${mysql_test_dir}/include/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 "${mroonga_include}"
+    mv "${bundled_mroonga_dir}/test/sql/include/mroonga" "${mroonga_include}"
     rm -rf "${bundled_mroonga_dir}/test"
 }
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-mysql-commit mailing list
Back to archive index