[Groonga-mysql-commit] mroonga/mroonga at 87f3fa9 [master] test mariadb: don't try to create needless symbolick link

Back to archive index

Kouhei Sutou null+****@clear*****
Tue May 7 11:54:24 JST 2013


Kouhei Sutou	2013-05-07 11:54:24 +0900 (Tue, 07 May 2013)

  New Revision: 87f3fa978e4ddb7189b4bd7c9e009e59907ff0e1
  https://github.com/mroonga/mroonga/commit/87f3fa978e4ddb7189b4bd7c9e009e59907ff0e1

  Message:
    test mariadb: don't try to create needless symbolick link

  Modified files:
    test/run-sql-test.sh

  Modified: test/run-sql-test.sh (+4 -1)
===================================================================
--- test/run-sql-test.sh    2013-05-04 02:28:55 +0900 (5c37aff)
+++ test/run-sql-test.sh    2013-05-07 11:54:24 +0900 (5db52de)
@@ -68,7 +68,10 @@ case "${MYSQL_VERSION}" in
 	fi
 	if [ "${mariadb}" = "yes" ]; then
 	    if [ "${MRN_BUNDLED}" != "TRUE" ]; then
-		ln -s "${top_dir}" "${MYSQL_BUILD_DIR}/plugin/mroonga"
+		mariadb_mroonga_plugin_dir="${MYSQL_BUILD_DIR}/plugin/mroonga"
+		if [ ! -e "${mariadb_mroonga_plugin_dir}" ]; then
+		    ln -s "${top_dir}" "${mariadb_mroonga_plugin_dir}"
+		fi
 	    fi
 	    plugins_dir=
 	else
-------------- next part --------------
HTML����������������������������...
Download 



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