github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/ci/cli/tasks/units-windows.bat (about)

     1  SET GOPATH=%CD%\gopath
     2  SET PATH=C:\Go\bin;C:\Program Files\Git\cmd\;%GOPATH%\bin;%PATH%
     3  
     4  cd %GOPATH%\src\code.cloudfoundry.org\cli
     5  
     6  powershell -command set-executionpolicy remotesigned
     7  
     8  go get github.com/onsi/ginkgo/ginkgo
     9  
    10  ginkgo -r -randomizeAllSpecs -randomizeSuites -skipPackage integration .