Kouhei Sutou
null+****@clear*****
Sun Oct 30 09:13:32 JST 2016
Kouhei Sutou 2016-10-30 09:13:32 +0900 (Sun, 30 Oct 2016) New Revision: 768e3c1fa94e9a77ec3df02e8c2d274c268272ce https://github.com/pgroonga/pgroonga/commit/768e3c1fa94e9a77ec3df02e8c2d274c268272ce Message: appveyor: use NETWORK SERVICE user Modified files: appveyor.yml Modified: appveyor.yml (+6 -9) =================================================================== --- appveyor.yml 2016-10-30 08:48:32 +0900 (ac99f7f) +++ appveyor.yml 2016-10-30 09:13:32 +0900 (de392b0) @@ -50,21 +50,18 @@ notifications: on_build_status_changed: true test_script: - - mkdir input - - sed -e 's, �� TMP_DIR@/space, �� testtablespace@,g' + - mkdir tmp/space + - chown "NETWORK SERVICE" tmp/space + - sed -e 's, �� TMP_DIR@,C:/projects/pgroonga/tmp,g' sql\vacuum\tablespace.sql.in > - input\vacuum_tablespace.source - - mkdir output - - sed -e 's, �� TMP_DIR@/space, �� testtablespace@,g' + sql\vacuum\tablespace.sql + - sed -e 's, �� TMP_DIR@,C:/projects/pgroonga/tmp,g' expected\vacuum\tablespace.out.in > - output\vacuum_tablespace.source + 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' | sed -e 's,\.sql$,,g' > 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