Fix skipping flaky test on CircleCI

pull/2846/head
Ivan Shvedunov 8 years ago committed by Maciej Kwiek
parent b398130dd2
commit 35568e2ef8

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

Loading…
Cancel
Save