mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 14:58:52 +00:00
Make and generate_code.sh generate same outputs (#6855)
* added --bfbs-builtins * update generate_code.bat * forgot the . * updated checking scripts * added bypass for the monster_test.bfbs and arrays_test.bfbs diff issue * removed check on windows for now
This commit is contained in:
@@ -27,9 +27,9 @@ goto SUCCESS
|
||||
:DIFFFOUND
|
||||
@echo "" >&2
|
||||
@echo "ERROR: ********************************************************" >&2
|
||||
@echo "ERROR: The following differences were found after running the" >&2
|
||||
@echo "ERROR: tests/generate_code.sh script. Maybe you forgot to run" >&2
|
||||
@echo "ERROR: it after making changes in a generator or schema?" >&2
|
||||
@echo "ERROR: The following differences were found after building." >&2
|
||||
@echo "ERROR: Perhaps there is a difference in the flags for the" >&2
|
||||
@echo "ERROR: CMakeLists.txt vs the tests/generate_code.bat script?" >&2
|
||||
@echo "ERROR: ********************************************************" >&2
|
||||
@echo "" >&2
|
||||
@git -c core.autocrlf=true --no-pager diff --binary
|
||||
|
||||
Reference in New Issue
Block a user