github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+incompatible/ci/cli/tasks/integration-experimental-windows.bat (about)

     1  SET GOPATH=%CD%\go
     2  SET CF_DIAL_TIMEOUT=15
     3  
     4  SET PATH=C:\Go\bin;%PATH%
     5  SET PATH=%GOPATH%\bin;%PATH%
     6  SET PATH=C:\Program Files\GnuWin32\bin;%PATH%
     7  SET PATH=%CD%;%PATH%
     8  
     9  SET /p DOMAIN=<%CD%\bosh-lock\name
    10  SET /p CF_INT_PASSWORD=<%CD%\cf-credentials\cf-password
    11  SET CF_INT_API=https://api.%DOMAIN%
    12  
    13  pushd %CD%\cf-cli-binaries
    14  	7z e cf-cli-binaries.tgz
    15  	7z x cf-cli-binaries.tar
    16  	MOVE %CD%\cf-cli_winx64.exe ..\cf.exe
    17  popd
    18  
    19  go get -v -u github.com/onsi/ginkgo/ginkgo
    20  
    21  SET RUN_ID=(openssl rand -hex 16)
    22  
    23  cd %GOPATH%\src\code.cloudfoundry.org\cli
    24  ginkgo.exe -r -nodes=16 -flakeAttempts=2 -slowSpecThreshold=60 -randomizeAllSpecs ./integration/shared/experimental ./integration/v6/experimental