[Groonga-mysql-commit] mroonga/mariadb-sync at 1e4b882 [master] Copy included test files

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 13 16:52:40 JST 2013


Kouhei Sutou	2013-06-13 16:52:40 +0900 (Thu, 13 Jun 2013)

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

  Message:
    Copy included test files

  Modified files:
    sync.sh

  Modified: sync.sh (+5 -1)
===================================================================
--- sync.sh    2013-06-13 16:17:41 +0900 (b460752)
+++ sync.sh    2013-06-13 16:52:40 +0900 (f9b9154)
@@ -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()
-------------- next part --------------
HTML����������������������������...
Download 



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