[Groonga-commit] pgroonga/pgroonga at dd953a9 [master] appveyor: reduce tests

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 12 17:58:48 JST 2017


Kouhei Sutou	2017-08-12 17:58:48 +0900 (Sat, 12 Aug 2017)

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

  Message:
    appveyor: reduce tests

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -0)
===================================================================
--- appveyor.yml    2017-08-12 11:49:44 +0900 (e1305af)
+++ appveyor.yml    2017-08-12 17:58:48 +0900 (7ecfcdf)
@@ -55,11 +55,14 @@ build_script:
 test_script:
   # TODO: Remove me when Groonga bundles libstemmer
   - rm sql/full-text-search/text/options/token-filters/custom.sql
+  # Reduce tests to reduce test time
+  - rm -rf sql/compatibility
   - find sql/* -type d | sed -e 's,^sql,results,' | xargs mkdir -p
   - find sql -name '*.sql' |
       sed -e 's,^sql/,test:\ ,g' |
       sed -e 's,\.sql$,,g' > schedule
   - ps: Set-Culture ja-JP
+  - set PG_REGRESS_DIFF_OPTS=-u
   - ..\pgsql\bin\pg_regress
       --bindir=..\pgsql\bin
       --load-extension=pgroonga
-------------- next part --------------
HTML����������������������������...
下载 



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