<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20610">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">abuild: Update Passing/Failing file locations<br><br>The old locations didn't work correctly if a path for $TARGET is passed<br>in on the command line.<br><br>Change-Id: I1a8b92eaaea138548712726b09a1b083d235892e<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M util/abuild/abuild<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/20610/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/abuild/abuild b/util/abuild/abuild<br>index 9d77514..46333c3 100755<br>--- a/util/abuild/abuild<br>+++ b/util/abuild/abuild<br>@@ -714,8 +714,8 @@<br>    customizing="default configuration"<br> fi<br> <br>-FAILED_BOARDS="$TOP/$TARGET/failed_boards"<br>-PASSED_BOARDS="$TOP/$TARGET/passing_boards"<br>+FAILED_BOARDS="$TARGET/failed_boards"<br>+PASSED_BOARDS="$TARGET/passing_boards"<br> <br> if [ "$recursive" = "false" ]; then<br>        rm -f "$FAILED_BOARDS" "$PASSED_BOARDS"<br></pre><p>To view, visit <a href="https://review.coreboot.org/20610">change 20610</a>. To unsubscribe, 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/20610"/><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: I1a8b92eaaea138548712726b09a1b083d235892e </div>
<div style="display:none"> Gerrit-Change-Number: 20610 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>