diff options
Diffstat (limited to 'ci/test.sh')
-rwxr-xr-x | ci/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/test.sh b/ci/test.sh index ebf6479d5..136ff2581 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -79,8 +79,8 @@ fi if [ -z "$SKIP_PROXY_TESTS" ]; then echo "Starting HTTP proxy..." - curl -L https://github.com/ethomson/poxyproxy/releases/download/v0.2.0/poxyproxy-0.2.0.jar >poxyproxy.jar - java -jar poxyproxy.jar -d --address 127.0.0.1 --port 8080 --credentials foo:bar >/dev/null 2>&1 & + curl -L https://github.com/ethomson/poxyproxy/releases/download/v0.4.0/poxyproxy-0.4.0.jar >poxyproxy.jar + java -jar poxyproxy.jar -d --address 127.0.0.1 --port 8080 --credentials foo:bar --quiet & fi if [ -z "$SKIP_SSH_TESTS" ]; then |