diff --git a/addons/besseretests/src/runtimescene.gd b/addons/besseretests/src/runtimescene.gd index 506cac7..cdc99bc 100644 --- a/addons/besseretests/src/runtimescene.gd +++ b/addons/besseretests/src/runtimescene.gd @@ -89,8 +89,8 @@ func _ready() -> void: lresu("") # Shutdown - if stats_all == stats_ok: terminate(0) - elif stats_all == stats_ok + stats_warn: terminate(1) + if stats_all == stats_ok + stats_skip: terminate(0) + elif stats_all == stats_ok + stats_warn + stats_skip: terminate(1) else: terminate(2) # Runs a test suite