Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/49982 )
Change subject: gitconfig/test: Adapt test to current tree layout ......................................................................
gitconfig/test: Adapt test to current tree layout
The test expects a README file to exist under revision control, but we converted it to markdown, together with a rename over 2 years ago in commit ee8780eb7880477.
Change-Id: I7768e116a10cb373ca35fa1c874a5949dabaa111 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M util/gitconfig/test/commit-message-hook.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/49982/1
diff --git a/util/gitconfig/test/commit-message-hook.sh b/util/gitconfig/test/commit-message-hook.sh index f231f14..bdc555b 100755 --- a/util/gitconfig/test/commit-message-hook.sh +++ b/util/gitconfig/test/commit-message-hook.sh @@ -55,7 +55,7 @@ # test echo "good case..." log_file="${base_dir}/good_case.log" - echo "this is a test" >> README + echo "this is a test" >> README.md timeout 4m git commit --all --signoff --message="good case" \ 1>"${log_file}" 2>&1 \ || check_exit_code positive "${log_file}"