HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39170 )
Change subject: lint/check_lint_tests: Fix obsolete paths ......................................................................
lint/check_lint_tests: Fix obsolete paths
Change-Id: Ieac6e5ba0d425f873c3d4125d828224313017b69 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/lint/check_lint_tests 1 file changed, 3 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/39170/1
diff --git a/util/lint/check_lint_tests b/util/lint/check_lint_tests index 6f6942d..6c050ee 100755 --- a/util/lint/check_lint_tests +++ b/util/lint/check_lint_tests @@ -6,7 +6,7 @@
#lint-stable-000-license-headers TESTFILE000a=src/arch/x86/thread.c -TESTFILE000b=src/arch/ppc64/misc.c +TESTFILE000b=src/arch/riscv/misc.c sed -i.bak 's/^[[:space:]]*[[:space:]].*//' ${TESTFILE000a} sed -i.bak 's/^[[:space:]]*[[:space:]]but WITHOUT ANY WARRANTY;//' ${TESTFILE000b}
@@ -20,12 +20,10 @@
#lint-stable-005-board-status TESTFILE005a=src/mainboard/google/storm/board_info.txt -TESTFILE005b=src/mainboard/aaeon/pfm-540i_revb/board_info.txt -rm -f ${TESTFILE005a} -sed -i.bak 's/^Category:.*/Category: lint/' ${TESTFILE005b} +sed -i.bak 's/^Category:.*/Category: lint/' ${TESTFILE005a}
#lint-stable-006-board-name -TESTFILE006=src/mainboard/amd/bettong/Kconfig.name +TESTFILE006=src/mainboard/ibase/mb899/Kconfig.name rm -f ${TESTFILE006}
#lint-stable-008-kconfig
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39170 )
Change subject: lint/check_lint_tests: Fix obsolete paths ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39170 )
Change subject: lint/check_lint_tests: Fix obsolete paths ......................................................................
lint/check_lint_tests: Fix obsolete paths
Change-Id: Ieac6e5ba0d425f873c3d4125d828224313017b69 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/39170 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M util/lint/check_lint_tests 1 file changed, 3 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/util/lint/check_lint_tests b/util/lint/check_lint_tests index 6f6942d..6c050ee 100755 --- a/util/lint/check_lint_tests +++ b/util/lint/check_lint_tests @@ -6,7 +6,7 @@
#lint-stable-000-license-headers TESTFILE000a=src/arch/x86/thread.c -TESTFILE000b=src/arch/ppc64/misc.c +TESTFILE000b=src/arch/riscv/misc.c sed -i.bak 's/^[[:space:]]*[[:space:]].*//' ${TESTFILE000a} sed -i.bak 's/^[[:space:]]*[[:space:]]but WITHOUT ANY WARRANTY;//' ${TESTFILE000b}
@@ -20,12 +20,10 @@
#lint-stable-005-board-status TESTFILE005a=src/mainboard/google/storm/board_info.txt -TESTFILE005b=src/mainboard/aaeon/pfm-540i_revb/board_info.txt -rm -f ${TESTFILE005a} -sed -i.bak 's/^Category:.*/Category: lint/' ${TESTFILE005b} +sed -i.bak 's/^Category:.*/Category: lint/' ${TESTFILE005a}
#lint-stable-006-board-name -TESTFILE006=src/mainboard/amd/bettong/Kconfig.name +TESTFILE006=src/mainboard/ibase/mb899/Kconfig.name rm -f ${TESTFILE006}
#lint-stable-008-kconfig