[Groonga-commit] groonga/groonga [master] test: clone just the latest revision

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 11 21:58:23 JST 2012


Kouhei Sutou	2012-10-11 21:58:23 +0900 (Thu, 11 Oct 2012)

  New Revision: 084ff6ecbd399c2788e78e1114bc9526f9d6ffd5
  https://github.com/groonga/groonga/commit/084ff6ecbd399c2788e78e1114bc9526f9d6ffd5

  Log:
    test: clone just the latest revision

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

  Modified: test/command/run-test.sh (+1 -1)
===================================================================
--- test/command/run-test.sh    2012-10-11 21:54:07 +0900 (7871e43)
+++ test/command/run-test.sh    2012-10-11 21:58:23 +0900 (e018b03)
@@ -72,7 +72,7 @@ fi
 
 grntest_dir="$BASE_DIR/grntest"
 if ! test -d "$grntest_dir"; then
-    git clone git://github.com/groonga/grntest.git "$grntest_dir"
+    git clone --depth 1 git://github.com/groonga/grntest.git "$grntest_dir"
     (cd "$grntest_dir" && bundle install)
 fi
 
-------------- next part --------------
HTML����������������������������...
Download 



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