github.com/elopio/cli@v6.21.2-0.20160902224010-ea909d1fdb2f+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 .