Skip to content

Commit

Permalink
print out log on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Dec 5, 2023
1 parent fb21190 commit a8b284f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/wolfsshd/test/sshd_login_grace_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ cat ./log.txt | grep "Failed login within grace period"
RESULT=$?
if [ "$RESULT" != 0 ]; then
echo "FAIL: Grace period not hit"
cat ./log.txt
exit 1
fi

Expand Down

0 comments on commit a8b284f

Please sign in to comment.