Skip to content

Commit

Permalink
Revert "BaseTools HostBasedUnittestRunner Modify CC_REORGANIZE to exc…
Browse files Browse the repository at this point in the history
…lude Null implementations. (#1218)"

This reverts commit 829c1b2.
  • Loading branch information
apop5 committed Nov 15, 2024
1 parent 829c1b2 commit 6189d11
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import xml.etree.ElementTree
from edk2toolext.environment.plugintypes.uefi_build_plugin import IUefiBuildPlugin
from edk2toolext import edk2_logging
import edk2toollib.windows.locate_tools as locate_tools
from edk2toolext.environment import shell_environment
from edk2toollib.utility_functions import RunCmd
from edk2toollib.utility_functions import GetHostInfo
Expand Down Expand Up @@ -298,7 +299,7 @@ def organize_coverage(self, thebuilder) -> int:
params += f" -p {package}" * int(package != "")
params += " --full" * int(thebuilder.env.GetValue("CC_FULL", "FALSE") == "TRUE")
params += " --flatten" * int(thebuilder.env.GetValue("CC_FLATTEN", "FALSE") == "TRUE")
params += " --exclude *NULL*,*Null*,*null*"

return RunCmd("stuart_report", params)

def parse_workspace(self, thebuilder) -> str:
Expand Down

0 comments on commit 6189d11

Please sign in to comment.