coreboot-kgpe-d16/util/abuild
Raul E Rangel c989e0bd56 util/abuild: Use realpath for FAILED_BOARDS/PASSED_BOARDS
The abuild script will `cd` into the build directory. FAILED_BOARDS
defaults to a relative path, so it ends up trying to echo into a
directory that doesn't exist.

If we set the realpath to the file then we can correctly update the
failed/passed boards file.

BUG=none
TEST=make what-jenkins-does and verified there was a failed_boards and
passed_boards in coreboot-builds.

Change-Id: Ib3af003b090668380a9425583a9f4367023820a6
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34526
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2019-08-03 17:11:17 +00:00
..
abuild util/abuild: Use realpath for FAILED_BOARDS/PASSED_BOARDS 2019-08-03 17:11:17 +00:00
abuild.1 util/abuild/abuild.1: Fix references to CBROOT parameter 2018-10-04 09:39:08 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
getopt.c