GDScript: Only include script file path in test error output
Errors originating in C++ files cause unnecessary diffs whenever the engine is updated (line number changes, etc.) and would cause CI failures due to different formatting of the file path on Windows (backslashes, worked around here anyway) and when using SCU builds (`../scu` insert).
This commit is contained in:
parent
0aad5eb1cf
commit
c40adf027d
2 changed files with 10 additions and 6 deletions
|
|
@ -1,7 +1,5 @@
|
|||
GDTEST_RUNTIME_ERROR
|
||||
>> ERROR
|
||||
>> on function: assign()
|
||||
>> core/variant/array.cpp
|
||||
>> 222
|
||||
>> Method/function failed.
|
||||
not ok
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue