Skip to content

Commit f8f5a00

Browse files
committed
Added a debug line (so that I can pull it into Evaluation)
1 parent 1e57926 commit f8f5a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/TestCoverage/Manager.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ Method StartCoverageTracking() As %Status [ Private ]
254254
set $LIST(tProcessIDs, *+1) = $Job
255255
}
256256
}
257+
set ^IRIS.TEMPCG($i(^IRIS.TEMPCG)) = tProcessIDs
257258
Set tMetrics = $ListBuild("RtnLine") _ $Select(..Timing:$ListBuild("Time","TotalTime"),1:"")
258259
$$$ThrowOnError(..Monitor.StartWithScope(tRelevantTargets,tMetrics,tProcessIDs))
259260
}

0 commit comments

Comments
 (0)