Commit c03ce008 by Ben Clayton

Kokoro: Allow 'Fixes:' in bug check

This adds to 'Bug:', 'Issue:' and 'Regres:' as accepted CL grep checks. Fixes: b/143093187 Change-Id: Iae44d8e8e49f7534bb940ec977edb4afcddc308e Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/37449Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent d9ed1c27
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
cd git/SwiftShader cd git/SwiftShader
# Validate commit message # Validate commit message
git log -1 --pretty=%B | grep -E '^Bug:|^Issue:|^Regres:' git log -1 --pretty=%B | grep -E '^Bug:|^Issue:|^Fixes:|^Regres:'
if [ $? -ne 0 ] if [ $? -ne 0 ]
then then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment