diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-14 10:53:37 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-14 10:54:49 +0200 |
commit | c40adf027d7f8dfa814b590787d64bd97641e430 (patch) | |
tree | 9d583cd4d8144384f117d8d86bdbe0644943c766 /modules/gdscript/tests/scripts/runtime/errors | |
parent | 0aad5eb1cff831fce1263bf59144a63ecde32421 (diff) | |
download | redot-engine-c40adf027d7f8dfa814b590787d64bd97641e430.tar.gz |
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).
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/errors')
-rw-r--r-- | modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out b/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out index a300145266..ce76228286 100644 --- a/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out +++ b/modules/gdscript/tests/scripts/runtime/errors/typed_array_assign_wrong_to_typed.out @@ -1,7 +1,5 @@ GDTEST_RUNTIME_ERROR >> ERROR >> on function: assign() ->> core/variant/array.cpp ->> 222 >> Method/function failed. not ok |