Commit ad5419b5 by Edward Thomson

ci: enable SKIP_OFFLINE_TESTS for windows

parent 1ef77e37
...@@ -49,12 +49,14 @@ if (-not $Env:SKIP_PROXY_TESTS) { ...@@ -49,12 +49,14 @@ if (-not $Env:SKIP_PROXY_TESTS) {
javaw -jar poxyproxy.jar --port 8090 --credentials foo:bar --auth-type ntlm --quiet javaw -jar poxyproxy.jar --port 8090 --credentials foo:bar --auth-type ntlm --quiet
} }
Write-Host "" if (-not $Env:SKIP_OFFLINE_TESTS) {
Write-Host "##############################################################################" Write-Host ""
Write-Host "## Running (offline) tests" Write-Host "##############################################################################"
Write-Host "##############################################################################" Write-Host "## Running (offline) tests"
Write-Host "##############################################################################"
run_test offline run_test offline
}
if ($Env:RUN_INVASIVE_TESTS) { if ($Env:RUN_INVASIVE_TESTS) {
Write-Host "" Write-Host ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment