[Groonga-commit] groonga/groonga [master] test: install groonga-command before cloning grntest repository

Back to archive index

Haruka Yoshihara null+****@clear*****
Tue Nov 27 12:45:08 JST 2012


Haruka Yoshihara	2012-11-27 12:45:08 +0900 (Tue, 27 Nov 2012)

  New Revision: 65e6065f3dabff831d1d84cf7a2038534dfeefd9
  https://github.com/groonga/groonga/commit/65e6065f3dabff831d1d84cf7a2038534dfeefd9

  Log:
    test: install groonga-command before cloning grntest repository

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

  Modified: test/command/run-test.sh (+6 -0)
===================================================================
--- test/command/run-test.sh    2012-11-26 16:07:17 +0900 (6a584fa)
+++ test/command/run-test.sh    2012-11-27 12:45:08 +0900 (3086026)
@@ -70,6 +70,12 @@ if test -z "$RUBY"; then
     exit 1
 fi
 
+groonga_command_dir="$BASE_DIR/groonga-command"
+if ! test -d "$groonga_command_dir"; then
+    git clone --depth 1 git://github.com/groonga/groonga-command.git "$groonga_command_dir"
+    (cd "$groonga_command_dir" && bundle install && rake install)
+fi
+
 grntest_dir="$BASE_DIR/grntest"
 if ! test -d "$grntest_dir"; then
     git clone --depth 1 git://github.com/groonga/grntest.git "$grntest_dir"
-------------- next part --------------
HTML����������������������������...
Télécharger 



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