Skip to content

Commit e9ae094

Browse files
keeskuba-moo
authored andcommitted
tests/patch/build*: Report base SHA
Report the starting SHA of the tree before the patch. Signed-off-by: Kees Cook <[email protected]>
1 parent 1432aa8 commit e9ae094

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tests/patch/build_32bit/build_32bit.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ echo "CC=$cc"
2222

2323
HEAD=$(git rev-parse HEAD)
2424

25+
echo "Tree base:"
26+
git log -1 --pretty='%h ("%s")' HEAD~
27+
2528
echo "Baseline building the tree"
2629

2730
prep_config

tests/patch/build_allmodconfig_warn/build_allmodconfig.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ echo "CC=$cc"
2222

2323
HEAD=$(git rev-parse HEAD)
2424

25+
echo "Tree base:"
26+
git log -1 --pretty='%h ("%s")' HEAD~
27+
2528
echo "Baseline building the tree"
2629

2730
prep_config

tests/patch/build_clang/build_clang.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ echo "CC=$cc"
2222

2323
HEAD=$(git rev-parse HEAD)
2424

25+
echo "Tree base:"
26+
git log -1 --pretty='%h ("%s")' HEAD~
27+
2528
echo "Baseline building the tree"
2629

2730
prep_config

0 commit comments

Comments
 (0)