mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Update test/quic-openssl-docker/run_endpoint.sh
Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25528)
This commit is contained in:
parent
a941f5d52e
commit
76c4f0e8ea
@ -72,7 +72,7 @@ if [ "$ROLE" == "client" ]; then
|
||||
for req in $REQUESTS
|
||||
do
|
||||
OUTFILE=$(basename $req)
|
||||
echo -n "$OUTFILE " > ./reqfile.txt
|
||||
printf "%s " "$OUTFILE" >> ./reqfile.txt
|
||||
HOSTNAME=$(printf "%s\n" "$req" | sed -ne 's,^https://\([^/:]*\).*,\1,p')
|
||||
HOSTPORT=$(printf "%s\n" "$req" | sed -ne 's,^https://[^:/]*:\([^/]*\).*,\1,p')
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user