JSON Output for RBTools Patch Command

Review Request #11588 — Created April 11, 2021 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

Depends on JSON output object from r#11521.

JSON object includes:

patch_output: result of result.patch_output.strip()
conflicting_files: list of filenames that are conflicting with patch
diff_body: contents of the patches

Ran unit tests in Commands and passed all tests

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Added standard output to JSON output
fb29f108bae7614f448d27b4210b50170dc5d913 Ryan Kang
Added more errors to JSON object when conflicts are found
44e017d84f74bc82f8711ca562150c2b8b961d05 Ryan Kang
rbtools/commands/patch.py
Loading...