[Groonga-commit] groonga/groonga-normalizer-mysql [master] travis: remove debug prints

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 23 21:33:34 JST 2013


Kouhei Sutou	2013-03-23 21:33:34 +0900 (Sat, 23 Mar 2013)

  New Revision: dabe6c1c72e2cc4c4f0014a8ce812d14823d1481
  https://github.com/groonga/groonga-normalizer-mysql/commit/dabe6c1c72e2cc4c4f0014a8ce812d14823d1481

  Message:
    travis: remove debug prints
    
        % mount
        /vz/private/1546939 on / type simfs (rw)
        proc on /proc type proc (rw,noexec,nosuid,nodev)
        sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
        none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
        none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
        none on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)
        /dev/null on /var/ramfs type tmpfs (rw,noatime,size=256m)
        none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)
        none on /run/shm type tmpfs (rw,nosuid,nodev)
        % ls -lah /dev/shm/
        total 16K
        drwxr-xr-x 2 root root 4.0K Jan  9 08:26 .
        drwxr-xr-x 5 root root  12K Mar 23 12:27 ..
        % -ls -lah /run/shm/
        total 0
        drwxrwxrwt  2 root root  40 Mar 23 12:27 .
        drwxr-xr-x 14 root root 500 Mar 23 12:27 ..

  Modified files:
    tool/travis/install.sh

  Modified: tool/travis/install.sh (+0 -4)
===================================================================
--- tool/travis/install.sh    2013-03-23 21:26:31 +0900 (4f7d5ad)
+++ tool/travis/install.sh    2013-03-23 21:33:34 +0900 (2cc7ad2)
@@ -24,7 +24,3 @@ curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
 if ! pkg-config --exists groonga; then
     sudo apt-get install -qq -y libgroonga-dev
 fi
-
-mount
-ls -lah /dev/shm/
-ls -lah /run/shm/
-------------- next part --------------
HTML����������������������������...
Download 



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