Kouhei Sutou
null+****@clear*****
Mon Oct 14 21:02:30 JST 2013
Kouhei Sutou 2013-10-14 21:02:30 +0900 (Mon, 14 Oct 2013) New Revision: a5c6804ee03ca50d278093504bda575fa9042c16 https://github.com/groonga/groonga/commit/a5c6804ee03ca50d278093504bda575fa9042c16 Message: test command: use the latest groonga-command and groonga-command-parser Modified files: test/command/run-test.sh Modified: test/command/run-test.sh (+10 -0) =================================================================== --- test/command/run-test.sh 2013-10-14 15:40:19 +0900 (2479ade) +++ test/command/run-test.sh 2013-10-14 21:02:30 +0900 (5229124) @@ -72,7 +72,17 @@ else 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 "$groonga_command_dir" +fi + groonga_command_parser_dir="$BASE_DIR/groonga-command-parser" +if ! test -d "$groonga_command_parser_dir"; then + git clone --depth 1 \ + git://github.com/groonga/groonga-command-parser \ + "$groonga_command_parser_dir" +fi have_targets="false" use_gdb="false" -------------- next part -------------- HTML����������������������������...Download