From 35568e2ef8b0eaa6218d6d1231678bbe2fa7c864 Mon Sep 17 00:00:00 2001 From: Ivan Shvedunov Date: Mon, 3 Jul 2017 19:08:33 +0300 Subject: [PATCH] Fix skipping flaky test on CircleCI --- portforward.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/portforward.sh b/portforward.sh index ccc3b1643..3b8d97f4f 100755 --- a/portforward.sh +++ b/portforward.sh @@ -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