You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The used Godot version:
v4.1.1.stable.official [bd6af8e0e]
OS including version:
ALL
Describe the bug
The runtest.cmd script still calls the GdUnitCopyLog with an outdated argument --no-window and has no affect.
The tool GdUnitCopyLog is popup a window but should be run in headless mode.
Steps to Reproduce
Run runtest.cmd -a res://xxx/tests/fooTest.gd
The text was updated successfully, but these errors were encountered:
MikeSchulze
changed the title
The runtest.cmd uses outdated --no-window and do not run the GdUnitCopyLog in headless mode
GD-255: The runtest.cmd uses outdated --no-window and do not run the GdUnitCopyLog in headless mode
Sep 14, 2023
The used GdUnit4 version:
GdUnit v4.1.2
The used Godot version:
v4.1.1.stable.official [bd6af8e0e]
OS including version:
ALL
Describe the bug
The
runtest.cmd
script still calls theGdUnitCopyLog
with an outdated argument--no-window
and has no affect.The tool
GdUnitCopyLog
is popup a window but should be run in headless mode.Steps to Reproduce
runtest.cmd -a res://xxx/tests/fooTest.gd
The text was updated successfully, but these errors were encountered: