Skip to content

Commit

Permalink
fixup! checkout/commit: Use glnx_regfile_copy_bytes() if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed May 1, 2017
1 parent c0e9f50 commit 426ea19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ci-commitmessage-submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ git log --pretty=oneline origin/master.. | while read logline; do
echo "Commit $commit modifies submodule: $submodule"
expected_match="Update submodule: $submodule"
if ! grep -q -e "$expected_match" ${tmpd}/log.txt; then
sed -e 's,^,# ,' ${tmpd}.log.txt
echo "error: Commit message for ${commit} changes a submodule, but does not match regex ${expected_match}"
exit 1
fi
Expand Down

0 comments on commit 426ea19

Please sign in to comment.