chore: Output error content when test smb-kerberos-sso is failing

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/52212/head
Côme Chilliet 6 months ago
parent b2a187d296
commit 63ed670458
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
  1. 2
      apps/files_external/tests/sso-setup/test-sso-smb.sh

@ -16,6 +16,7 @@ if [[ "$LOGIN_CONTENT" =~ "Location: http://localhost/success" ]]; then
echo "✔"
else
echo "❌"
echo "$CONTENT"
exit 1
fi
echo -n "Getting test file: "
@ -26,5 +27,6 @@ if [[ $CONTENT == "testfile" ]]; then
echo "✔"
else
echo "❌"
echo "$CONTENT"
exit 1
fi

Loading…
Cancel
Save