[Groonga-commit] groonga/groonga [master] increase max diff size.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 7月 5日 (月) 17:20:32 JST


Kouhei Sutou	2010-07-05 08:20:32 +0000 (Mon, 05 Jul 2010)

  New Revision: bf73b88ccac5dbf0d41f743ea4f4044e447ef165

  Log:
    increase max diff size.

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

  Modified: test/unit/run-test.sh (+2 -0)
===================================================================
--- test/unit/run-test.sh    2010-07-05 07:46:26 +0000 (c1949fa)
+++ test/unit/run-test.sh    2010-07-05 08:20:32 +0000 (8c3d531)
@@ -78,6 +78,8 @@ fi
 
 ruby_result=0
 if test "$NO_RUBY" != "yes" -a -n "$RUBY"; then
+    : ${TEST_UNIT_MAX_DIFF_TARGET_STRING_SIZE:=30000}
+    export TEST_UNIT_MAX_DIFF_TARGET_STRING_SIZE
     $RUBY $BASE_DIR/run-test.rb $RUBY_TEST_ARGS "$@"
     ruby_result=$?
     no_test=0




Groonga-commit メーリングリストの案内
Back to archive index