github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+incompatible/ci/cli-v7/tasks/units-windows.bat (about)

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