Comment out unit test sample gen
This commit is contained in:
parent
1c914ce603
commit
00496ed59f
|
@ -63,6 +63,6 @@ func _ready() -> void:
|
||||||
pass
|
pass
|
||||||
var error:
|
var error:
|
||||||
print_debug('Failed to open user directory')
|
print_debug('Failed to open user directory')
|
||||||
generate_known_good_results()
|
# generate_known_good_results() # Uncomment this to get your sample on first run
|
||||||
print(test_save_loading())
|
print(test_save_loading())
|
||||||
get_tree().quit()
|
get_tree().quit()
|
||||||
|
|
Loading…
Reference in New Issue