Skip to content

Commit

Permalink
Trying with args...
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-cge committed Jun 25, 2024
1 parent 3f8d449 commit 8f62ac2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cls/TestCoverage/Manager.cls
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,10 @@ Method CoverageTargetsSet(%value) As %Status [ Internal, Private ]
Quit $$$OK
}

Method LogAssert(success, action, description, extra, location)
Method LogAssert(success, action, description, extra, args...)
{
set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = "We're in LogAssert"
set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = $lb(success, action, description, extra, $g(location))
do ##super(.success, .action, .description, .extra, .location)
do ##super(.success, .action, .description, .extra, args...)
if (..InteroperabilityProcesses) {
// Collect the list of PIDs used by Interoperability processes in the current namespace
// Run unit tests collecting coverage in that specific list of processes (plus the current process)
Expand Down

0 comments on commit 8f62ac2

Please sign in to comment.