mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #52212 from nextcloud/fix/improve-error-output-of-sso-test
chore: Output error content when test smb-kerberos-sso is failing
This commit is contained in:
commit
f81b54a370
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue