<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26703">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/lint: use a more compact output format<br><br>Change-Id: I9d1f6adebae5b68a51e89c2833f8713f0ffcb616<br>Signed-off-by: Patrick Georgi <pgeorgi@chromium.org><br>---<br>M util/lint/lint<br>1 file changed, 2 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/26703/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/lint/lint b/util/lint/lint</span><br><span>index 253a6e6..fcce45f 100755</span><br><span>--- a/util/lint/lint</span><br><span>+++ b/util/lint/lint</span><br><span>@@ -49,9 +49,8 @@</span><br><span> </span><br><span> #run all scripts of the requested type</span><br><span> for script in "$(dirname "$0")/${1}-"*; do</span><br><span style="color: hsl(0, 100%, 40%);">- printf "\n%s\n" "$(basename "$script")"</span><br><span style="color: hsl(0, 100%, 40%);">-   grep "^# DESCR:" "$script" | sed "s,.*DESCR: *,,"</span><br><span style="color: hsl(0, 100%, 40%);">- echo "========"</span><br><span style="color: hsl(120, 100%, 40%);">+     printf "%s " "$(grep '^# DESCR:' "$script" | sed 's,.*DESCR: *,,')"</span><br><span style="color: hsl(120, 100%, 40%);">+     printf "(%s): " "$(basename "$script")"</span><br><span>        junit_write "      <testcase classname='lint' name='$(basename "$script")'>"</span><br><span>       $script | tee "$LINTLOG"</span><br><span> </span><br><span>@@ -67,7 +66,6 @@</span><br><span>           rm -f "$LINTLOG"</span><br><span>           FAILED=$(( FAILED + 1 ))</span><br><span>     fi</span><br><span style="color: hsl(0, 100%, 40%);">-      echo "========"</span><br><span>    junit_write '       </testcase>'</span><br><span> done</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26703">change 26703</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/26703"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9d1f6adebae5b68a51e89c2833f8713f0ffcb616 </div>
<div style="display:none"> Gerrit-Change-Number: 26703 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>