[Groonga-commit] pgroonga/pgroonga at fac9ce2 [master] travis: fix DB name

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 12 11:04:07 JST 2017


Kouhei Sutou	2017-08-12 11:04:07 +0900 (Sat, 12 Aug 2017)

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

  Message:
    travis: fix DB name

  Modified files:
    .travis.yml

  Modified: .travis.yml (+5 -1)
===================================================================
--- .travis.yml    2017-08-12 10:53:47 +0900 (634a94c)
+++ .travis.yml    2017-08-12 11:04:07 +0900 (50b37f7)
@@ -58,7 +58,11 @@ script:
     esac
   - sudo -u postgres -H mkdir -p /tmp/space
   - |
-    (for i in $(seq 2); do sleep 10; psql -d test -c VACUUM -a; done) &
+    (for i in $(seq 2)
+     do
+       sleep 10
+       psql -d contrib_regression_pgroonga -c VACUUM -a
+     done) &
     PG_REGRESS_DIFF_OPTS="-u" \
       make installcheck \
         TMP_DIR=/tmp \
-------------- next part --------------
HTML����������������������������...
Download 



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