diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-05-19 06:52:02 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-06-12 22:46:28 (GMT) |
commit | 1d085568b3def83b541ab0d7ee550c52f638eab5 (patch) | |
tree | 3135797d2d3e44eb5a37ef88a19f24dd14ab7ab5 /tools/tbot | |
parent | 522e8dcb4c1d7a64fc19d1545d71b5ee356640bf (diff) | |
download | u-boot-fsl-qoriq-1d085568b3def83b541ab0d7ee550c52f638eab5.tar.xz |
tools: moveconfig: display log atomically in more readable format
Before this commit, the log was displayed in the format:
<defconfig_name> : <action1>
<defconfig_name> : <action2>
<defconfig_name> : <action3>
When we move multiple CONFIGs at the same time, we see as many
<defconfig_name> strings as actions for every defconfig, which is
redundant information.
Moreover, since normal log and error log are displayed separately,
Messages from different threads could be mixed, like this:
<foo> : <action1>
<foo> : <action2>
<bar> : <action1>
<bar> : <action2>
<foo> : <error_log>
This commit makes sure to call "print" once a defconfig, which
enables atomic logging for each defconfig. It also makes it
possible to refactor the log format as follows:
<foo_defconfig>
<action1>
<action2>
<error_log>
<bar_defconfig>
<action1>
<action2>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'tools/tbot')
0 files changed, 0 insertions, 0 deletions