Fix appveyor tests after vendor update

s3-about
Nick Craig-Wood 2017-05-12 22:36:52 +01:00
parent ea0bc278ba
commit e131ef3714
1 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@ clone_folder: c:\gopath\src\github.com\ncw\rclone
environment:
GOPATH: c:\gopath
CPATH: C:\Program Files (x86)\WinFsp\inc\fuse
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
PATH: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin;c:\MinGW\bin;%PATH%
install:
- choco install winfsp -y
@ -20,6 +20,5 @@ build_script:
- go install
test_script:
- rmdir vendor\bazil.org\fuse /s /q
- go test -cpu=2 ./...
- go test -cpu=2 -short -race ./...
- copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
- make quicktest