Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
💥Hedi Ghediri committed Jul 31, 2024
1 parent 06f02f4 commit 4df8d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/test-login.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4df8d81

Please sign in to comment.