Fix skipping flaky test on CircleCI

pull/3636/head
Ivan Shvedunov 8 years ago committed by Adam Reese
parent 38ff34cc21
commit ea35ec798b
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

@ -15,4 +15,5 @@ elif [[ ${1} ]]; then
EXEC:"'docker exec -i portforward socat STDIO TCP-CONNECT:localhost:${1}'"
else
echo "Must specify either start or the port number" >&2
exit 1
fi

Loading…
Cancel
Save