github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/ci/cli/tasks/integration-experimental-windows.ps1 (about)

     1  $ErrorActionPreference = "Stop"
     2  
     3  . "$PSScriptRoot\integration-windows-setup.ps1"
     4  
     5  echo "CF_INT_CLIENT_CREDENTIALS_TEST_MODE: $Env:CF_INT_CLIENT_CREDENTIALS_TEST_MODE"
     6  
     7  cd $Env:GOPATH\src\code.cloudfoundry.org\cli
     8  ginkgo.exe -r -nodes=16 -flakeAttempts=2 -slowSpecThreshold=60 -randomizeAllSpecs ./integration/shared/experimental ./integration/v6/experimental
     9  if ($LASTEXITCODE -gt 0)
    10  {
    11  	exit 1
    12  }