[Groonga-commit] groonga/groonga [master] test: support groonga-command in test directory

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 28 16:48:58 JST 2012


Kouhei Sutou	2012-11-28 16:48:58 +0900 (Wed, 28 Nov 2012)

  New Revision: 4810382517106107e3798ad56be0b47a80119baa
  https://github.com/groonga/groonga/commit/4810382517106107e3798ad56be0b47a80119baa

  Log:
    test: support groonga-command in test directory

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

  Modified: test/command/run-test.sh (+3 -0)
===================================================================
--- test/command/run-test.sh    2012-11-28 16:38:03 +0900 (e5ef348)
+++ test/command/run-test.sh    2012-11-28 16:48:58 +0900 (48b1497)
@@ -86,6 +86,8 @@ else
     fi
 fi
 
+groonga_command_dir="$BASE_DIR/groonga_command"
+
 have_targets="false"
 use_gdb="false"
 next_argument_is_long_option_value="false"
@@ -134,6 +136,7 @@ fi
 
 $RUBY \
     -I "$grntest_dir/lib" \
+    -I "$groonga_command_dir/lib" \
     "$grntest_dir/bin/grntest" \
     --groonga "$GROONGA" \
     --groonga-httpd "$GROONGA_HTTPD" \
-------------- next part --------------
HTML����������������������������...
Télécharger 



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