[Groonga-commit] pgroonga/pgroonga at b7d793a [master] appveyor: use C:\tmp

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 29 15:38:53 JST 2016


Kouhei Sutou	2016-10-29 15:38:53 +0900 (Sat, 29 Oct 2016)

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

  Message:
    appveyor: use C:\tmp

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -3)
===================================================================
--- appveyor.yml    2016-10-29 01:33:24 +0900 (26c1f59)
+++ appveyor.yml    2016-10-29 15:38:53 +0900 (d19aa5a)
@@ -50,11 +50,11 @@ notifications:
     on_build_status_changed: true
 
 test_script:
-  - mkdir -p tmp\space
-  - sed -e 's, �� TMP_DIR@,C:/projects/pgroonga/tmp,g'
+  - mkdir -p c:\tmp\space
+  - sed -e 's, �� TMP_DIR@,C:/tmp,g'
       sql\vacuum\tablespace.sql.in >
       sql\vacuum\tablespace.sql
-  - sed -e 's, �� TMP_DIR@,C:/projects/pgroonga/tmp,g'
+  - sed -e 's, �� TMP_DIR@,C:/tmp,g'
       expected\vacuum\tablespace.out.in >
       expected\vacuum\tablespace.out
   - find sql/* -type d | sed -e 's,^sql,results,' | xargs mkdir -p
-------------- next part --------------
HTML����������������������������...
Download 



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