[Groonga-commit] pgroonga/pgroonga at 22c8a12 [master] appveyor: try to use @testtablespace@

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 30 08:22:03 JST 2016


Kouhei Sutou	2016-10-30 08:22:03 +0900 (Sun, 30 Oct 2016)

  New Revision: 22c8a12fca6a53772e1711f7d384e1449682496b
  https://github.com/pgroonga/pgroonga/commit/22c8a12fca6a53772e1711f7d384e1449682496b

  Message:
    appveyor: try to use @testtablespace@

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+7 -6)
===================================================================
--- appveyor.yml    2016-10-29 17:13:23 +0900 (044d1e2)
+++ appveyor.yml    2016-10-30 08:22:03 +0900 (b13235d)
@@ -50,18 +50,19 @@ notifications:
     on_build_status_changed: true
 
 test_script:
-  - mkdir -p c:\tmp\space
-  - ls -la c:\tmp
-  - sed -e 's, �� TMP_DIR@,C:/tmp,g'
+  - mkdir -p input
+  - sed -e 's, �� TMP_DIR@/space, �� testtablespace@,g'
       sql\vacuum\tablespace.sql.in >
-      sql\vacuum\tablespace.sql
-  - sed -e 's, �� TMP_DIR@,C:/tmp,g'
+      input\vacuum_tablespace.source
+  - mkdir -p output
+  - sed -e 's, �� TMP_DIR@/space, �� testtablespace@,g'
       expected\vacuum\tablespace.out.in >
-      expected\vacuum\tablespace.out
+      output\vacuum_tablespace.source
   - 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
+  - echo 'test: vacuum_tablespace' >> 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