Skip to content

Commit

Permalink
Update .gut_editor_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 4, 2024
1 parent 15c974d commit 4a39917
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
max-fails: 1 # optional, default is false
# Filename to store and read results in XML
result-output-file: test_results.xml # optional, default is test_results.
# direct-scene: "addons/gut/gui/GutRunner.tscn"
config-file: "res://.gut_editor_config.json"

- name: Print top files
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ addons/glecs/.vscode/settings.json
# Ignore Godot files
.godot

.gut_editor_config.json

addons/gut/gui/GutSceneTheme.tres
unittest_log.xml
test_results.xml
2 changes: 1 addition & 1 deletion .gut_editor_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ignore_pause": false,
"include_subdirs": true,
"inner_class": null,
"junit_xml_file": "test_results.xml",
"junit_xml_file": "res://test_results.xml",
"junit_xml_timestamp": false,
"log_level": 1,
"opacity": 100,
Expand Down

0 comments on commit 4a39917

Please sign in to comment.