[Groonga-commit] pgroonga/pgroonga at fa12831 [master] appveyor: use find instead of echo

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 30 08:48:32 JST 2016


Kouhei Sutou	2016-10-30 08:48:32 +0900 (Sun, 30 Oct 2016)

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

  Message:
    appveyor: use find instead of echo

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -1)
===================================================================
--- appveyor.yml    2016-10-30 08:26:52 +0900 (d907806)
+++ appveyor.yml    2016-10-30 08:48:32 +0900 (ac99f7f)
@@ -62,7 +62,9 @@ test_script:
   - find sql -name '*.sql' |
       sed -e 's,^sql/,test:\ ,g' |
       sed -e 's,\.sql$,,g' > schedule
-  - echo 'test: vacuum_tablespace' >> schedule
+  - find input -name '*.source' |
+      sed -e 's,^input/,test:\ ,g' |
+      sed -e 's,\.source$,,g' >> schedule
   - ps: Set-Culture ja-JP
   - ..\pgsql\bin\pg_regress
       --bindir=..\pgsql\bin
-------------- next part --------------
HTML����������������������������...
Download 



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