bitwes / Gut

Godot Unit Test. Unit testing tool for Godot Game Engine.
1.73k stars 97 forks source link

Config File warning during CI #592

Open bitwes opened 2 months ago

bitwes commented 2 months ago

Per this comment

Now I get this in CI :(

17:53:15 Godot Engine v4.2.1.stable.official.b09f793f5 - https://godotengine.org/ 17:53:19 ERROR: Config File "user://gut_temp_directory/gut_editor_config.json" does not exist when opening the editor to do asset importing

It doesn't seem to break anything but maybe it could be WARNING ? Godot already has way too many false positive ERROR: printouts

Originally posted by @jamie-pate in https://github.com/bitwes/Gut/issues/473#issuecomment-2054257192

bitwes commented 2 months ago

This should be a warning and not an error. Maybe it should be displayed in the GUT Panel instead of being printed.