File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -349,25 +349,3 @@ def silent(*_args, **_kwargs):
349349
350350if __name__ == "__main__" :
351351 main ()
352-
353- #
354- # try:
355- # godot_bin = setup_temp_portable_godot() # still use temp copy for tests
356- #
357- # if args.generate_docs_only:
358- # # Standalone mode — use possibly different editor binary
359- # editor_bin = args.godot_editor
360- # success = generate_extension_docs(editor_bin)
361- # else:
362- # # Normal test run
363- # all_passed = run_tests(mode, godot_bin)
364- #
365- # if all_passed and mode == "full": # only do docs in full mode, after tests pass
366- # print("\nAll tests passed → generating GDExtension docs as final step...")
367- # success = generate_extension_docs(godot_bin) # reuse test Godot binary
368- # all_passed = all_passed and success
369- # else:
370- # success = all_passed # no docs run → status is just tests
371- #
372- # finally:
373- # cleanup_temp_portable()
You can’t perform that action at this time.
0 commit comments