Fix release validation coverage
This commit is contained in:
parent
e791f15e87
commit
96df168851
2 changed files with 18 additions and 6 deletions
|
|
@ -187,8 +187,10 @@ func _run() -> void:
|
|||
assert(int(save_data.get("save_version", -1)) == 7)
|
||||
assert(PlayerJobService.validate_save_data(save_data.get("jobs", {})))
|
||||
|
||||
session.disconnect_session("Job system validation complete.")
|
||||
main.queue_free()
|
||||
await process_frame
|
||||
for _frame: int in 4:
|
||||
await process_frame
|
||||
print("Job system validation: PASS")
|
||||
quit()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue