github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/ci/cli/tasks/cats-windows.bat (about) 1 SET GOPATH=%CD%\cf-release-repo 2 SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests 3 4 SET PATH=C:\Go\bin;%PATH% 5 SET PATH=C:\Program Files\Git\cmd\;%PATH% 6 SET PATH=%CD%\cf-release-repo\bin;%PATH% 7 SET PATH=C:\Program Files\GnuWin32\bin;%PATH% 8 SET PATH=C:\Program Files\cURL\bin;%PATH% 9 SET PATH=C:\Program Files\CloudFoundry;%PATH% 10 SET PATH=%CD%;%PATH% 11 12 SET CONFIG=%CD%\cats-config\integration_config.json 13 14 pushd %CD%\cf-cli-binaries 15 gzip -d cf-cli-binaries.tgz 16 tar -xvf cf-cli-binaries.tar 17 MOVE %CD%\cf-cli_winx64.exe ..\cf.exe 18 dir .. 19 popd 20 21 cd %GATSPATH% 22 go get -v -u github.com/FiloSottile/gvt 23 gvt update github.com/onsi/ginkgo 24 25 ginkgo.exe -flakeAttempts=2 -slowSpecThreshold=120 -skip="NO_DEA_SUPPORT|go makes the app reachable via its bound route|SSO|takes effect after a restart, not requiring a push|doesn't die when printing 32MB|exercises basic loggregator|firehose data|dotnet-core|transparently proxies both reserved" -nodes=%NODES%