Navigation Menu

Skip to content

Commit

Permalink
test function: run "bundle install" on grntest init
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2012
1 parent 7c4b3a4 commit 627b7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/function/run-test.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 627b7f7

Please sign in to comment.