[Groonga-commit] pgroonga/pgroonga at b9f94a7 [master] travis: show disk usage

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 12 11:16:26 JST 2017


Kouhei Sutou	2017-08-12 11:16:26 +0900 (Sat, 12 Aug 2017)

  New Revision: b9f94a7db20cf434b749e9991bc5bb7d4cd92bc5
  https://github.com/pgroonga/pgroonga/commit/b9f94a7db20cf434b749e9991bc5bb7d4cd92bc5

  Message:
    travis: show disk usage

  Modified files:
    .travis.yml

  Modified: .travis.yml (+3 -1)
===================================================================
--- .travis.yml    2017-08-12 11:09:40 +0900 (f67a4f1)
+++ .travis.yml    2017-08-12 11:16:26 +0900 (1d25cb5)
@@ -60,8 +60,10 @@ script:
   - |
     (for i in $(seq 2)
      do
-       sleep 10
+       sleep 5
+       df -h | grep ramfs
        psql -d contrib_regression -c VACUUM -a
+       df -h | grep ramfs
      done) &
     PG_REGRESS_DIFF_OPTS="-u" \
       make installcheck \
-------------- next part --------------
HTML����������������������������...
다운로드 



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