Skip to content

Commit 884bb85

Browse files
committed
wonder the changes
Signed-off-by: a1012112796 <1012112796@qq.com>
1 parent 7e1a1bf commit 884bb85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,8 @@ test-check:
460460
if [ -n "$$diff" ]; then \
461461
echo "make test-backend has changed files in the source tree:"; \
462462
echo "$${diff}"; \
463+
diff_full=$$(git diff) ; \
464+
echo "$${diff_full}"; \
463465
echo "You should change the tests to create these files in a temporary directory."; \
464466
echo "Do not simply add these files to .gitignore"; \
465467
exit 1; \

0 commit comments

Comments
 (0)