From 3378c68c927b074bcd22c162e55475ae30a76d28 Mon Sep 17 00:00:00 2001 From: Lucas Clemente Date: Thu, 1 Sep 2016 20:08:12 +0200 Subject: [PATCH] improve appveyor logging --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e7707348b..b996c6369 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ install: - rmdir c:\go /s /q - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.windows-amd64.zip - 7z x go1.7.windows-amd64.zip -y -oC:\ > NUL - - set PATH=%PATH%;%GOPATH%\bin + - set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin - echo %PATH% - echo %GOPATH% - git submodule update --init --recursive @@ -27,7 +27,7 @@ install: build_script: - rm -r integrationtests - - go test ./... --ginkgo.noColor + - ginkgo -r --randomizeAllSpecs --randomizeSuites --trace --progress test: off