[Groonga-commit] pgroonga/pgroonga at 57ccea7 [master] travis: remove needless test files

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 11 23:09:34 JST 2017


Kouhei Sutou	2017-08-11 23:09:34 +0900 (Fri, 11 Aug 2017)

  New Revision: 57ccea79f2be5bd136bffa9f8ab343e4dc093760
  https://github.com/pgroonga/pgroonga/commit/57ccea79f2be5bd136bffa9f8ab343e4dc093760

  Message:
    travis: remove needless test files

  Modified files:
    .travis.yml
    appveyor.yml

  Modified: .travis.yml (+14 -7)
===================================================================
--- .travis.yml    2017-08-10 14:49:35 +0900 (30d7efd)
+++ .travis.yml    2017-08-11 23:09:34 +0900 (88c882f)
@@ -37,15 +37,22 @@ script:
   - |
     case ${PG_VERSION} in
       9.3)
-        rm -rf sql/jsonb
-        rm -rf sql/function/flush/jsonb.sql
-        rm -rf sql/reindex/analyze.sql
-        rm -rf sql/groonga-function/tuple-is-alive/
-        rm -rf sql/groonga-function/tuple-is-alive/
-        rm -rf sql/term-search/text/options/tokenizer/ignored.sql
+        for path in jsonb/ \
+                    function/flush/jsonb.sql \
+                    reindex/analyze.sql \
+                    groonga-function/tuple-is-alive/ \
+                    groonga-function/tuple-is-alive/ \
+                    term-search/text/options/tokenizer/ignored.sql \
+            do \
+          rm -rf sql/$path
+          rm -rf sql/compatibility/schema/$path
+        done
         ;;
       9.4)
-        rm -rf sql/term-search/text/options/tokenizer/ignored.sql
+        for path in term-search/text/options/tokenizer/ignored.sql do
+          rm -rf sql/$path
+          rm -rf sql/compatibility/schema/$path
+        done
         ;;
     esac
   - sudo -u postgres -H mkdir -p /tmp/space

  Modified: appveyor.yml (+1 -0)
===================================================================
--- appveyor.yml    2017-08-10 14:49:35 +0900 (e1305af)
+++ appveyor.yml    2017-08-11 23:09:34 +0900 (938542b)
@@ -55,6 +55,7 @@ build_script:
 test_script:
   # TODO: Remove me when Groonga bundles libstemmer
   - rm sql/full-text-search/text/options/token-filters/custom.sql
+  - rm sql/compatibility/schema/full-text-search/text/options/token-filters/custom.sql
   - find sql/* -type d | sed -e 's,^sql,results,' | xargs mkdir -p
   - find sql -name '*.sql' |
       sed -e 's,^sql/,test:\ ,g' |
-------------- next part --------------
HTML����������������������������...
Download 



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