[Groonga-commit] groonga/groonga [master] test function: run "bundle install" on grntest init

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Tue Aug 14 16:18:57 JST 2012


Kouhei Sutou	2012-08-14 16:18:57 +0900 (Tue, 14 Aug 2012)

  New Revision: 627b7f7b5e528cf7fb457e97caed6b5fed2f1fcd
  https://github.com/groonga/groonga/commit/627b7f7b5e528cf7fb457e97caed6b5fed2f1fcd

  Log:
    test function: run "bundle install" on grntest init

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

  Modified: test/function/run-test.sh (+1 -0)
===================================================================
--- test/function/run-test.sh    2012-08-14 14:14:23 +0900 (a734607)
+++ test/function/run-test.sh    2012-08-14 16:18:57 +0900 (350acc8)
@@ -70,6 +70,7 @@ fi
 grntest_dir="$BASE_DIR/grntest"
 if ! test -d "$grntest_dir"; then
     git clone git://github.com/groonga/grntest.git "$grntest_dir"
+    (cd "$grntest_dir" && bundle install)
 fi
 
 have_targets="false"
-------------- next part --------------
HTML����������������������������...
Download 



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