[Groonga-commit] groonga/groonga at a0d662d [master] test: set environment variables

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 21 16:26:03 JST 2016


Kouhei Sutou	2016-05-21 16:26:03 +0900 (Sat, 21 May 2016)

  New Revision: a0d662d81ca93b743273b4bdef03b003a3d78ab6
  https://github.com/groonga/groonga/commit/a0d662d81ca93b743273b4bdef03b003a3d78ab6

  Message:
    test: set environment variables

  Modified files:
    test/command/suite/select/env/overlap_token_skip/long.test
    test/command/suite/select/env/overlap_token_skip/non_overlap.test
    test/command/suite/select/env/overlap_token_skip/one.test
    test/command/suite/select/env/overlap_token_skip/short.test
    test/command/suite/select/env/overlap_token_skip/skip.test

  Modified: test/command/suite/select/env/overlap_token_skip/long.test (+1 -1)
===================================================================
--- test/command/suite/select/env/overlap_token_skip/long.test    2016-05-21 16:11:11 +0900 (17d3845)
+++ test/command/suite/select/env/overlap_token_skip/long.test    2016-05-21 16:26:03 +0900 (302d663)
@@ -1,4 +1,4 @@
-#@omit "need enable `GRN_II_OVERLAP_TOKEN_SKIP_ENABLE` environment variable."
+#$GRN_II_OVERLAP_TOKEN_SKIP_ENABLE=yes
 
 table_create Entries TABLE_NO_KEY
 column_create Entries body COLUMN_SCALAR ShortText

  Modified: test/command/suite/select/env/overlap_token_skip/non_overlap.test (+1 -1)
===================================================================
--- test/command/suite/select/env/overlap_token_skip/non_overlap.test    2016-05-21 16:11:11 +0900 (7ff4a3d)
+++ test/command/suite/select/env/overlap_token_skip/non_overlap.test    2016-05-21 16:26:03 +0900 (e89bc37)
@@ -1,4 +1,4 @@
-#@omit "need enable `GRN_II_OVERLAP_TOKEN_SKIP_ENABLE` environment variable."
+#$GRN_II_OVERLAP_TOKEN_SKIP_ENABLE=yes
 
 table_create Entries TABLE_NO_KEY
 column_create Entries body COLUMN_SCALAR ShortText

  Modified: test/command/suite/select/env/overlap_token_skip/one.test (+1 -1)
===================================================================
--- test/command/suite/select/env/overlap_token_skip/one.test    2016-05-21 16:11:11 +0900 (7ed2e3b)
+++ test/command/suite/select/env/overlap_token_skip/one.test    2016-05-21 16:26:03 +0900 (092d24f)
@@ -1,4 +1,4 @@
-#@omit "need enable `GRN_II_OVERLAP_TOKEN_SKIP_ENABLE` environment variable."
+#$GRN_II_OVERLAP_TOKEN_SKIP_ENABLE=yes
 
 table_create Entries TABLE_NO_KEY
 column_create Entries body COLUMN_SCALAR ShortText

  Modified: test/command/suite/select/env/overlap_token_skip/short.test (+1 -1)
===================================================================
--- test/command/suite/select/env/overlap_token_skip/short.test    2016-05-21 16:11:11 +0900 (08842f2)
+++ test/command/suite/select/env/overlap_token_skip/short.test    2016-05-21 16:26:03 +0900 (0e23ad3)
@@ -1,4 +1,4 @@
-#@omit "need enable `GRN_II_OVERLAP_TOKEN_SKIP_ENABLE` environment variable."
+#$GRN_II_OVERLAP_TOKEN_SKIP_ENABLE=yes
 
 table_create Entries TABLE_NO_KEY
 column_create Entries body COLUMN_SCALAR ShortText

  Modified: test/command/suite/select/env/overlap_token_skip/skip.test (+1 -1)
===================================================================
--- test/command/suite/select/env/overlap_token_skip/skip.test    2016-05-21 16:11:11 +0900 (67e31f7)
+++ test/command/suite/select/env/overlap_token_skip/skip.test    2016-05-21 16:26:03 +0900 (7fbe8f8)
@@ -1,4 +1,4 @@
-#@omit "need enable `GRN_II_OVERLAP_TOKEN_SKIP_ENABLE` environment variable."
+#$GRN_II_OVERLAP_TOKEN_SKIP_ENABLE=yes
 plugin_register token_filters/stop_word
 
 table_create Entries TABLE_NO_KEY
-------------- next part --------------
HTML����������������������������...
Download 



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