diff --git a/test/integration/test-login.sh b/test/integration/test-login.sh index 14898bd..f6f57c4 100755 --- a/test/integration/test-login.sh +++ b/test/integration/test-login.sh @@ -30,6 +30,8 @@ fi RESULT=$($CL_PATH print-credentials) echo -e "Actual:\n$RESULT" set -x +echo "USERNAME => $USERNAME" +echo "USER => $USER" printenv # debug EXPECTED_USERNAME="CL_USERNAME: $USER" set +xs