diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-05 14:51:10 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-06 13:09:36 +0200 |
commit | d83e83b9d9ed15e3a0a112b7b9a9d612c7ee8b14 (patch) | |
tree | eba9136da1acef0b7c9864815a53b9e2291b2193 /share | |
parent | d4994870829cacf1d3f4756a732653d679af1d9b (diff) | |
download | justbuild-d83e83b9d9ed15e3a0a112b7b9a9d612c7ee8b14.tar.gz |
Extend profile to support recording analysis errors
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-profile.5.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/just-profile.5.md b/share/man/just-profile.5.md index a7da6d25..991472cb 100644 --- a/share/man/just-profile.5.md +++ b/share/man/just-profile.5.md @@ -47,6 +47,9 @@ The profile file contains the following information. - For the key *`"exit code"`* the exit code of the **`just`**(1) process. +- For the key *`"analysis errors"`*, if present, a list of error messages + describing each an error that occurred during analysis. + - For the key *`"actions"`* an object. For each action that was looked at in the build phase there is an entry, with the key being the action identifier; the identifier is the same as in the **`just-graph-file`**(5) |