Skip to content

Commit 1e92a03

Browse files
authored
Merge pull request libgit2#4947 from libgit2/ethomson/proxyupdate
ci: update poxyproxy, run in quiet mode
2 parents 86b522b + c9d9e25 commit 1e92a03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/test.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Write-Host "####################################################################
4040
if (-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

4747
Write-Host ""

ci/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ fi
7979

8080
if [ -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 &
8484
fi
8585

8686
if [ -z "$SKIP_SSH_TESTS" ]; then

0 commit comments

Comments
 (0)