Skip to content

Commit 2ffc39d

Browse files
orsenthilTimothy-Dougherty
authored andcommitted
[minor] - print the env variable name in the output (kubernetes-sigs#2610)
1 parent 8e668a4 commit 2ffc39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/run-e2e-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
SECONDS=0
88
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
99
echo "Running AWS Load Balancer Controller e2e tests with the following variables
10-
KUBE CONFIG: $KUBE_CONFIG_PATH
10+
KUBE_CONFIG_PATH: $KUBE_CONFIG_PATH
1111
CLUSTER_NAME: $CLUSTER_NAME
1212
REGION: $REGION
1313
OS_OVERRIDE: $OS_OVERRIDE"

0 commit comments

Comments
 (0)