[Groonga-mysql-commit] mroonga/mroonga [master] travis: disable "set -x"

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 23 14:24:18 JST 2012


Kouhei Sutou	2012-10-23 14:24:18 +0900 (Tue, 23 Oct 2012)

  New Revision: 206014ced042135343aad6c5685db73a79e9b115
  https://github.com/mroonga/mroonga/commit/206014ced042135343aad6c5685db73a79e9b115

  Log:
    travis: disable "set -x"
    
    Because it is for debug.

  Modified files:
    tools/travis/before_script.sh
    tools/travis/install.sh
    tools/travis/script.sh

  Modified: tools/travis/before_script.sh (+1 -1)
===================================================================
--- tools/travis/before_script.sh    2012-10-23 14:12:03 +0900 (c54f661)
+++ tools/travis/before_script.sh    2012-10-23 14:24:18 +0900 (5fb2640)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -x
+# set -x
 set -e
 
 touch NEWS # For old automake

  Modified: tools/travis/install.sh (+1 -1)
===================================================================
--- tools/travis/install.sh    2012-10-23 14:12:03 +0900 (c64feab)
+++ tools/travis/install.sh    2012-10-23 14:24:18 +0900 (47ff1d6)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -x
+# set -x
 set -e
 
 curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh

  Modified: tools/travis/script.sh (+1 -1)
===================================================================
--- tools/travis/script.sh    2012-10-23 14:12:03 +0900 (b35e1a2)
+++ tools/travis/script.sh    2012-10-23 14:24:18 +0900 (624d702)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -x
+# set -x
 set -e
 
 base_dir="$(cd $(dirname $0); pwd)"
-------------- next part --------------
HTML����������������������������...
Download 



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