[Groonga-commit] groonga/groonga at 76d1df5 [master] test command: use the local groonga-command-parser if it exists

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 14 11:10:26 JST 2013


Kouhei Sutou	2013-10-14 11:10:26 +0900 (Mon, 14 Oct 2013)

  New Revision: 76d1df5d3e4532af3b7b577199425e67b2086592
  https://github.com/groonga/groonga/commit/76d1df5d3e4532af3b7b577199425e67b2086592

  Message:
    test command: use the local groonga-command-parser if it exists

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

  Modified: test/command/run-test.sh (+2 -0)
===================================================================
--- test/command/run-test.sh    2013-10-14 10:57:12 +0900 (553aab0)
+++ test/command/run-test.sh    2013-10-14 11:10:26 +0900 (2479ade)
@@ -72,6 +72,7 @@ else
 fi
 
 groonga_command_dir="$BASE_DIR/groonga-command"
+groonga_command_parser_dir="$BASE_DIR/groonga-command-parser"
 
 have_targets="false"
 use_gdb="false"
@@ -124,6 +125,7 @@ export TZ=Asia/Tokyo
 $RUBY \
     -I "$grntest_dir/lib" \
     -I "$groonga_command_dir/lib" \
+    -I "$groonga_command_parser_dir/lib" \
     "$grntest_dir/bin/grntest" \
     --groonga "$GROONGA" \
     --groonga-httpd "$GROONGA_HTTPD" \
-------------- next part --------------
HTML����������������������������...
Download 



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