[Groonga-commit] pgroonga/pgroonga at b57edce [master] appveyor: use "/"

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 29 01:15:11 JST 2016


Kouhei Sutou	2016-10-29 01:15:11 +0900 (Sat, 29 Oct 2016)

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

  Message:
    appveyor: use "/"

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -2)
===================================================================
--- appveyor.yml    2016-10-29 01:09:27 +0900 (4765576)
+++ appveyor.yml    2016-10-29 01:15:11 +0900 (26c1f59)
@@ -51,10 +51,10 @@ notifications:
 
 test_script:
   - mkdir -p tmp\space
-  - sed -e 's, �� TMP_DIR@,C:\\\\projects\\\\pgroonga\\\\tmp,g'
+  - 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'
+  - 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
-------------- next part --------------
HTML����������������������������...
Download 



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