Skip to content

Commit 13ec90b

Browse files
committed
add debugging to troubleshoot issue of broken link checker failing on one random setting
1 parent 0ac3e12 commit 13ec90b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/settings/autogenerate-settings.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ insert_dest_files=(
329329
"docs/sql-reference/functions/comparison-functions.md"
330330
"docs/sql-reference/functions/conditional-functions.md"
331331
)
332+
echo "[$SCRIPT_NAME] Printing content of beta-experimental-settings.md for troubleshooting"
333+
cat "./experimental-beta-settings.md"
332334
echo "[$SCRIPT_NAME] Inserting generated markdown content between <!-- AUTOGENERATED_START --> <!-- AUTOGENERATED_END --> tags"
333335
for i in "${!insert_src_files[@]}"; do
334336
src_file="${insert_src_files[i]}"

0 commit comments

Comments
 (0)