diff --git a/test/integration/test-login.sh b/test/integration/test-login.sh index 24d19f3..daf118e 100755 --- a/test/integration/test-login.sh +++ b/test/integration/test-login.sh @@ -29,6 +29,7 @@ fi RESULT=$($CL_PATH print-credentials) echo -e "Actual:\n$RESULT" +printenv # debug EXPECTED_USERNAME="CL_USERNAME: $USER" TEST_DESCRIPTION="should have username $USER" if ! grep -qF "$EXPECTED_USERNAME" <(echo "$RESULT"); then