Skip to content

Commit

Permalink
Debug unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker committed May 4, 2024
1 parent 097c335 commit 573f31f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addons/gut/gut_cmdln.gd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# ------------------------------------------------------------------------------
extends SceneTree

static var _l = (func():
prints(" --- LOAD INIT --- ")
).call()

var Optparse = load('res://addons/gut/optparse.gd')
var Gut = load('res://addons/gut/gut.gd')
var GutRunner = load('res://addons/gut/gui/GutRunner.tscn')
Expand Down Expand Up @@ -298,7 +302,6 @@ func _on_tests_finished(should_exit, should_exit_on_success):
# MAIN
# ------------------------------------------------------------------------------
func _init():
prints(" --- IN INIT --- ")
var max_iter = 20
var iter = 0

Expand Down

0 comments on commit 573f31f

Please sign in to comment.