[Groonga-mysql-commit] mroonga/mroonga at 4d95f59 [master] test: fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 21 10:02:30 JST 2015


Kouhei Sutou	2015-06-21 10:02:30 +0900 (Sun, 21 Jun 2015)

  New Revision: 4d95f598aff2958f6283c03b204cb6265cb5fc08
  https://github.com/mroonga/mroonga/commit/4d95f598aff2958f6283c03b204cb6265cb5fc08

  Message:
    test: fix path

  Modified files:
    mysql-test/mroonga/storage/alter_table/add_column/flags/t/parameter.test

  Modified: mysql-test/mroonga/storage/alter_table/add_column/flags/t/parameter.test (+5 -5)
===================================================================
--- mysql-test/mroonga/storage/alter_table/add_column/flags/t/parameter.test    2015-06-20 23:41:36 +0900 (acafdb5)
+++ mysql-test/mroonga/storage/alter_table/add_column/flags/t/parameter.test    2015-06-21 10:02:30 +0900 (9246eaf)
@@ -15,10 +15,10 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
---source ../../../../include/mroonga/have_mariadb.inc
+--source ../../../../../include/mroonga/have_mariadb.inc
 --source include/not_embedded.inc
---source ../../../../include/mroonga/have_mroonga.inc
---source ../../../../include/mroonga/load_mroonga_functions.inc
+--source ../../../../../include/mroonga/have_mroonga.inc
+--source ../../../../../include/mroonga/load_mroonga_functions.inc
 
 --disable_query_log
 DROP DATABASE test;
@@ -37,5 +37,5 @@ SELECT mroonga_command("dump --dump_plugins no");
 
 DROP TABLE tags;
 
---source ../../../../include/mroonga/unload_mroonga_functions.inc
---source ../../../../include/mroonga/have_mroonga_deinit.inc
+--source ../../../../../include/mroonga/unload_mroonga_functions.inc
+--source ../../../../../include/mroonga/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
Download 



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