Skip to content

Commit 4a09d5d

Browse files
remove uri echo
1 parent a8b7663 commit 4a09d5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.evergreen/run-socks5-proxy-test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ if [ "$OPENSSL" = true ]; then
1212
FEATURE_FLAGS+=("openssl-tls")
1313
fi
1414

15-
echo $MONGODB_URI
16-
1715
# with auth
1816
$PYTHON3 $DRIVERS_TOOLS/.evergreen/socks5srv.py --port 1080 --auth "username:p4ssw0rd" --map "localhost:12345 to localhost:27017" &
1917
AUTH_PID=$!

0 commit comments

Comments
 (0)