Skip to content

Commit 6a41626

Browse files
Dump rejected hunks (debugging)
1 parent 1e27609 commit 6a41626

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

duckdb_pglake/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ patch_duckdb:
142142
while read -r patch; do \
143143
patch -l -p1 -N < "$$patch" || [ $$? -eq 1 ]; \
144144
done
145+
# checking for any rejected patches
146+
echo "#### hunks rejected:"
147+
cat $(find . -name '*.rej')
148+
echo "#### done with hunks rejected"
149+
145150

146151
format:
147152
find src/ -iname *.hpp -o -iname *.cpp | xargs clang-format --sort-includes=0 -style=file -i

0 commit comments

Comments
 (0)