Skip to content

Commit f81b54a

Browse files
Merge pull request #52212 from nextcloud/fix/improve-error-output-of-sso-test
chore: Output error content when test smb-kerberos-sso is failing
2 parents cd6e5ab + 63ed670 commit f81b54a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/files_external/tests/sso-setup/test-sso-smb.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if [[ "$LOGIN_CONTENT" =~ "Location: http://localhost/success" ]]; then
1616
echo "✔️"
1717
else
1818
echo ""
19+
echo "$CONTENT"
1920
exit 1
2021
fi
2122
echo -n "Getting test file: "
@@ -26,5 +27,6 @@ if [[ $CONTENT == "testfile" ]]; then
2627
echo "✔️"
2728
else
2829
echo ""
30+
echo "$CONTENT"
2931
exit 1
3032
fi

0 commit comments

Comments
 (0)