[Groonga-commit] pgroonga/pgroonga at 8d3f6e9 [master] appveyor: give up to run tests that use "CREATE TABLESPACE" :<

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 31 16:32:03 JST 2016


Kouhei Sutou	2016-10-31 16:32:03 +0900 (Mon, 31 Oct 2016)

  New Revision: 8d3f6e9a2790a719119509a0af31074a90a0df06
  https://github.com/pgroonga/pgroonga/commit/8d3f6e9a2790a719119509a0af31074a90a0df06

  Message:
    appveyor: give up to run tests that use "CREATE TABLESPACE" :<

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+0 -8)
===================================================================
--- appveyor.yml    2016-10-30 09:46:22 +0900 (fad4edc)
+++ appveyor.yml    2016-10-31 16:32:03 +0900 (e558f6a)
@@ -50,14 +50,6 @@ notifications:
     on_build_status_changed: true
 
 test_script:
-  - mkdir tmp\space
-  - chown "NETWORK SERVICE" tmp/space
-  - sed -e 's, �� TMP_DIR@,C:/projects/pgroonga/tmp,g'
-      sql\vacuum\tablespace.sql.in >
-      sql\vacuum\tablespace.sql
-  - sed -e 's, �� TMP_DIR@,C:/projects/pgroonga/tmp,g'
-      expected\vacuum\tablespace.out.in >
-      expected\vacuum\tablespace.out
   - 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