[coreboot-gerrit] Change in coreboot[master]: abuild: Update Passing/Failing file locations

Martin Roth (Code Review) gerrit at coreboot.org
Mon Jul 17 02:02:58 CEST 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/20610


Change subject: abuild: Update Passing/Failing file locations
......................................................................

abuild: Update Passing/Failing file locations

The old locations didn't work correctly if a path for $TARGET is passed
in on the command line.

Change-Id: I1a8b92eaaea138548712726b09a1b083d235892e
Signed-off-by: Martin Roth <martinroth at google.com>
---
M util/abuild/abuild
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/20610/1

diff --git a/util/abuild/abuild b/util/abuild/abuild
index 9d77514..46333c3 100755
--- a/util/abuild/abuild
+++ b/util/abuild/abuild
@@ -714,8 +714,8 @@
 	customizing="default configuration"
 fi
 
-FAILED_BOARDS="$TOP/$TARGET/failed_boards"
-PASSED_BOARDS="$TOP/$TARGET/passing_boards"
+FAILED_BOARDS="$TARGET/failed_boards"
+PASSED_BOARDS="$TARGET/passing_boards"
 
 if [ "$recursive" = "false" ]; then
 	rm -f "$FAILED_BOARDS" "$PASSED_BOARDS"

-- 
To view, visit https://review.coreboot.org/20610
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a8b92eaaea138548712726b09a1b083d235892e
Gerrit-Change-Number: 20610
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170717/21da65bf/attachment.html>


More information about the coreboot-gerrit mailing list