-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GD-390: Use Godot logfile path to scan for test runtime errors (#391)
# Why Tests never ends when a user changed the path of the Godot log file to another path/name. The `GodotGdErrorMonitor` uses a hardcoded logfile path and did not check if this path exists and ran into an an endless loop when trying to parse the logs. # What Now uses the logfile path configured by Godot and added a check if the logfile exists
- Loading branch information
1 parent
a1ec3b1
commit 7d2f1d3
Showing
2 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters