1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

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:
Rémi Verschelde
2023-06-14 10:53:37 +02:00
parent 0aad5eb1cf
commit c40adf027d
2 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
GDTEST_RUNTIME_ERROR
>> ERROR
>> on function: assign()
>> core/variant/array.cpp
>> 222
>> Method/function failed.
not ok