We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b7663 commit 4a09d5dCopy full SHA for 4a09d5d
.evergreen/run-socks5-proxy-test.sh
@@ -12,8 +12,6 @@ if [ "$OPENSSL" = true ]; then
12
FEATURE_FLAGS+=("openssl-tls")
13
fi
14
15
-echo $MONGODB_URI
16
-
17
# with auth
18
$PYTHON3 $DRIVERS_TOOLS/.evergreen/socks5srv.py --port 1080 --auth "username:p4ssw0rd" --map "localhost:12345 to localhost:27017" &
19
AUTH_PID=$!
0 commit comments