[Groonga-mysql-commit] mroonga/mroonga at 2cd983e [master] travis: omit build output

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jun 20 23:10:52 JST 2015


Kouhei Sutou	2015-06-20 23:10:52 +0900 (Sat, 20 Jun 2015)

  New Revision: 2cd983ea1978f5256a16b9f2d86b317cfa12b8dd
  https://github.com/mroonga/mroonga/commit/2cd983ea1978f5256a16b9f2d86b317cfa12b8dd

  Message:
    travis: omit build output

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+2 -2)
===================================================================
--- tools/travis/script.sh    2015-06-20 23:09:13 +0900 (05ecbc5)
+++ tools/travis/script.sh    2015-06-20 23:10:52 +0900 (aa1e3d6)
@@ -44,9 +44,9 @@ fi
 build()
 {
   if [ "${MROONGA_BUNDLED}" = "yes" ]; then
-    make -j${n_processors} #> /dev/null
+    make -j${n_processors} > /dev/null
   else
-    make -j${n_processors} #> /dev/null
+    make -j${n_processors} > /dev/null
   fi
 }
 
-------------- next part --------------
HTML����������������������������...
Download 



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