[Groonga-commit] groonga/groonga [master] test function: groonga-test -> grntest

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 9日 (月) 09:58:31 JST


Kouhei Sutou	2012-04-09 09:58:31 +0900 (Mon, 09 Apr 2012)

  New Revision: bf3db58f2414c2db241e1421140e8bd58d9d066f

  Log:
    test function: groonga-test -> grntest

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

  Modified: test/function/run-test.sh (+4 -4)
===================================================================
--- test/function/run-test.sh    2012-04-06 18:39:42 +0900 (94b93cf)
+++ test/function/run-test.sh    2012-04-09 09:58:31 +0900 (a616a1a)
@@ -45,9 +45,9 @@ if test -z "$RUBY"; then
     exit 1
 fi
 
-groonga_test_dir="$BASE_DIR/groonga-test"
-if ! test -d "$groonga_test_dir"; then
-    git clone git://github.com/groonga/groonga-test.git "$groonga_test_dir"
+grntest_dir="$BASE_DIR/grntest"
+if ! test -d "$grntest_dir"; then
+    git clone git://github.com/groonga/grntest.git "$grntest_dir"
 fi
 
 if test x"$@" = x""; then
@@ -57,7 +57,7 @@ else
 fi
 
 $RUBY -I "$groonga_test_dir/lib" \
-    "$groonga_test_dir/bin/groonga-test" \
+    "$grntest_dir/bin/grntest" \
     --groonga "$GROONGA" \
     --groonga-suggest-create-dataset "$GROONGA_SUGGEST_CREATE_DATASET" \
     --base-directory "$BASE_DIR" \




Groonga-commit メーリングリストの案内
Back to archive index