Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/44624 )
Change subject: util/abuild: Delete temporary config in failure case ......................................................................
util/abuild: Delete temporary config in failure case
Change-Id: I9b6e6b6dcfbf2b1f43c98027acae8d9af61bd6d8 Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/44624 Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/abuild/abuild 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve
diff --git a/util/abuild/abuild b/util/abuild/abuild index f90e2b3..c94b6b9 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -852,6 +852,7 @@ junit "</failure>" junit "</testcase>" echo "Shared Utilities - Log: $TARGET/sharedutils/make.log" >> "$FAILED_BOARDS" + rm "$TMPCFG" return fi