Skip to content

Commit

Permalink
print modify dir
Browse files Browse the repository at this point in the history
Change-Id: I0440ea2a88ee18ca23896b15136606e5fa786564
Signed-off-by: Shenglei Zhang <[email protected]>
  • Loading branch information
shenglei10 committed Aug 18, 2020
1 parent 5469ba1 commit c846a2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pytool/Plugin/EccCheck/EccCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ def RunBuildPlugin(self, packagename, Edk2pathObj, pkgconfig, environment, PLM,
self.ECC_PASS = True
self.ApplyConfig(pkgconfig, edk2_path, packagename)
modify_dir_list = self.GetModifyDir(packagename)
for modify_dir in modify_dir_list:
print("modify_dir")
print(modify_dir)
patch = self.GetDiff(packagename)
ecc_diff_range = self.GetDiffRange(patch, packagename, edk2_path)
self.GenerateEccReport(modify_dir_list, ecc_diff_range, edk2_path)
Expand Down

0 comments on commit c846a2e

Please sign in to comment.