[Groonga-commit] groonga/groonga at 290d05b [master] test: move environment variable configuration to test file

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun May 22 22:20:43 JST 2016


Kouhei Sutou	2016-05-22 22:20:43 +0900 (Sun, 22 May 2016)

  New Revision: 290d05bd85ab7aa9236d37049add88c9efc064cc
  https://github.com/groonga/groonga/commit/290d05bd85ab7aa9236d37049add88c9efc064cc

  Message:
    test: move environment variable configuration to test file

  Modified files:
    test/command/run-test.sh
    test/command/suite/tokenizers/mecab/chunk/threshold.test

  Modified: test/command/run-test.sh (+0 -6)
===================================================================
--- test/command/run-test.sh    2016-05-22 21:35:52 +0900 (e6e4344)
+++ test/command/run-test.sh    2016-05-22 22:20:43 +0900 (402660b)
@@ -41,12 +41,6 @@ export GRN_QUERY_EXPANDER_TSV_SYNONYMS_FILE
 GRN_RUBY_SCRIPTS_DIR="$top_dir/lib/mrb/scripts"
 export GRN_RUBY_SCRIPTS_DIR
 
-: ${GRN_MECAB_CHUNKED_TOKENIZE_ENABLED:="yes"}
-export GRN_MECAB_CHUNKED_TOKENIZE_ENABLED
-
-: ${GRN_MECAB_CHUNK_SIZE_THRESHOLD:="30"}
-export GRN_MECAB_CHUNK_SIZE_THRESHOLD
-
 case `uname` in
   Linux|*BSD)
     LD_LIBRARY_PATH="$top_dir/lib/.libs:$LD_LIBRARY_PATH"

  Modified: test/command/suite/tokenizers/mecab/chunk/threshold.test (+2 -0)
===================================================================
--- test/command/suite/tokenizers/mecab/chunk/threshold.test    2016-05-22 21:35:52 +0900 (5f4d0f3)
+++ test/command/suite/tokenizers/mecab/chunk/threshold.test    2016-05-22 22:20:43 +0900 (dc23fee)
@@ -1,3 +1,5 @@
+#$GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=yes
+#$GRN_MECAB_CHUNK_SIZE_THRESHOLD=30
 #@on-error omit
 tokenize TokenMecab '日本のエンジンとエンジン'
 #@on-error default
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index