Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Javagedes committed Sep 27, 2023
1 parent 2c99cdd commit a79ffa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/user/integrate/reporting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reporting on a EDKII workspace
# Reporting on a EDK2 workspace

Stuart provides both a library implementation and an invocable for parsing an EDKII workspace, creating a database, and
Stuart provides both a library implementation and an invocable for parsing an EDK2 workspace, creating a database, and
running generic reports against the database. Reporting is supported both on regular packages (built with
`stuart_ci_build`) and platform packages (built with `stuart_build`).

Expand Down
6 changes: 3 additions & 3 deletions docs/user/using/reporting.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Reporting

Top take your EDKII workspace from freshly cloned, to parsed and ready to be reported on, you only need to execute three commands.
If you've properly [installed](/using/install) edk2-pytool-extensions, then these commands will be available to execute as seen
below:
Top take your EDK2 workspace from freshly cloned, to parsed and ready to be reported on, you only need to execute three
commands. If you've properly [installed](/using/install) edk2-pytool-extensions, then these commands will be available
to execute as seen below:

```cmd
stuart_setup (or stuart_ci_setup) -c path/to/SettingsFile.py
Expand Down
2 changes: 2 additions & 0 deletions edk2toolext/invocables/edk2_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def Go(self):
pathobj = Edk2Path(self.GetWorkspaceRoot(), self.GetPackagesPath())
env = shell_environment.GetBuildVars()

logging.info(f"Generating database at {db_path}")

if self.clear:
db_path.unlink(missing_ok=True)

Expand Down

0 comments on commit a79ffa2

Please sign in to comment.