Skip to content

Commit 8591e00

Browse files
Rubens F. N. da Silvarfns
authored andcommitted
fix method args
1 parent db7ef21 commit 8591e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/Port/UnitTest/Manager.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ClassMethod RunTestsFromWorkspace(projectName As %String, targetClass As %String
2222
set recursive = "norecursive"
2323
}
2424

25-
set sc = ..RunTest(target_$case(targetSpec, "": "", : ":"_targetSpec), "/"_recursive_"/run/noload/nodelete")
25+
set sc = ..RunTest(target, "/"_recursive_"/run/noload/nodelete/"_targetSpec)
2626
set ^||Port.Project = activeProject
2727
return sc
2828
}

0 commit comments

Comments
 (0)