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
Copy file name to clipboardExpand all lines: addons/gdUnit4/bin/GdUnitCmdTool.gd
+13-17Lines changed: 13 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,12 @@ class CLIRunner extends Node:
23
23
var_state=READY
24
24
var_test_suites_to_process :Array
25
25
var_executor
26
+
var_cs_executor
26
27
var_report :GdUnitHtmlReport
27
28
var_report_dir: String
28
29
var_report_max: int=DEFAULT_REPORT_COUNT
29
30
var_runner_config:=GdUnitRunnerConfig.new()
30
31
var_console:=CmdConsole.new()
31
-
var_cs_executor
32
32
var_cmd_options: =CmdOptions.new([
33
33
CmdOption.new("-a, --add", "-a <directory|path of testsuite>", "Adds the given test suite or directory to the execution pipeline.", TYPE_STRING),
34
34
CmdOption.new("-i, --ignore", "-i <testsuite_name|testsuite_name:test-name>", "Adds the given test suite or test case to the ignore list.", TYPE_STRING),
0 commit comments