[Groonga-commit] groonga/groonga at efb40c5 [master] travis: fix a typo...

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 4 13:18:15 JST 2013


Kouhei Sutou	2013-10-04 13:18:15 +0900 (Fri, 04 Oct 2013)

  New Revision: efb40c50e626763d2f13f77b0ae35fca58b33028
  https://github.com/groonga/groonga/commit/efb40c50e626763d2f13f77b0ae35fca58b33028

  Message:
    travis: fix a typo...
    
    BUILD_TOOLS ->
    BUILD_TOOL
              ^

  Modified files:
    tools/travis-before-script.sh
    tools/travis-script.sh

  Modified: tools/travis-before-script.sh (+1 -1)
===================================================================
--- tools/travis-before-script.sh    2013-10-04 12:42:51 +0900 (9907e58)
+++ tools/travis-before-script.sh    2013-10-04 13:18:15 +0900 (d5bd538)
@@ -2,7 +2,7 @@
 
 set -e
 
-case "${BUILD_TOOLS}" in
+case "${BUILD_TOOL}" in
     autotools)
 ./autogen.sh
 

  Modified: tools/travis-script.sh (+1 -1)
===================================================================
--- tools/travis-script.sh    2013-10-04 12:42:51 +0900 (6ab8379)
+++ tools/travis-script.sh    2013-10-04 13:18:15 +0900 (0374f99)
@@ -2,7 +2,7 @@
 
 set -e
 
-case "${BUILD_TOOLS}" in
+case "${BUILD_TOOL}" in
     autotools)
 	NO_RUBY=yes test/unit/run-test.sh
 	test/command/run-test.sh
-------------- next part --------------
HTML����������������������������...
Download 



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