File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ Write-Host "####################################################################
4040if (-not $Env: SKIP_PROXY_TESTS ) {
4141 Write-Host " "
4242 Write-Host " Starting HTTP proxy..."
43- Invoke-WebRequest - Method GET - Uri https:// github.com / ethomson/ poxyproxy/ releases/ download/ v0.1 .0/ poxyproxy- 0.1 .0. jar - OutFile poxyproxy.jar
44- javaw - jar poxyproxy.jar - d -- port 8080 -- credentials foo:bar
43+ Invoke-WebRequest - Method GET - Uri https:// github.com / ethomson/ poxyproxy/ releases/ download/ v0.4 .0/ poxyproxy- 0.4 .0. jar - OutFile poxyproxy.jar
44+ javaw - jar poxyproxy.jar - d -- port 8080 -- credentials foo:bar -- quiet
4545}
4646
4747Write-Host " "
Original file line number Diff line number Diff line change 7979
8080if [ -z " $SKIP_PROXY_TESTS " ]; then
8181 echo " Starting HTTP proxy..."
82- curl -L https://github.com/ethomson/poxyproxy/releases/download/v0.2 .0/poxyproxy-0.2 .0.jar > poxyproxy.jar
83- java -jar poxyproxy.jar -d --address 127.0.0.1 --port 8080 --credentials foo:bar > /dev/null 2>&1 &
82+ curl -L https://github.com/ethomson/poxyproxy/releases/download/v0.4 .0/poxyproxy-0.4 .0.jar > poxyproxy.jar
83+ java -jar poxyproxy.jar -d --address 127.0.0.1 --port 8080 --credentials foo:bar --quiet &
8484fi
8585
8686if [ -z " $SKIP_SSH_TESTS " ]; then
You can’t perform that action at this time.
0 commit comments