Skip to content

Commit 8185b25

Browse files
committed
erase commented out code
1 parent 99b4750 commit 8185b25

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

test/run-tests.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -349,25 +349,3 @@ def silent(*_args, **_kwargs):
349349

350350
if __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()

0 commit comments

Comments
 (0)