aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/update_chromeos_llvm_next_hash_unittest.py
diff options
context:
space:
mode:
authorJian Cai <jiancai@google.com>2019-12-09 18:16:02 -0800
committerJian Cai <jiancai@google.com>2019-12-10 18:53:23 +0000
commited2720ea2d75c26366f4e4643c6cfeda39060e34 (patch)
tree7dd6d200d8ce717f2a27d53e301045124e33c30a /llvm_tools/update_chromeos_llvm_next_hash_unittest.py
parent896674c89c7077b0a8ecf7a34a2c941e8d3bc37f (diff)
downloadtoolchain-utils-ed2720ea2d75c26366f4e4643c6cfeda39060e34.tar.gz
llvm_tools: update commit message
We should mention git hashes in the CLs automatically created for LLVM roll now that the hashes become the only revision numbers LLVM uses. BUG=chromium:1027950 TEST=local tests. Change-Id: Iaec59599d4fa0d133e09d2a31db45c777a2d1e60 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1959439 Commit-Queue: Jian Cai <jiancai@google.com> Tested-by: Jian Cai <jiancai@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'llvm_tools/update_chromeos_llvm_next_hash_unittest.py')
-rwxr-xr-xllvm_tools/update_chromeos_llvm_next_hash_unittest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_tools/update_chromeos_llvm_next_hash_unittest.py b/llvm_tools/update_chromeos_llvm_next_hash_unittest.py
index 756ee9c9..4e39bafa 100755
--- a/llvm_tools/update_chromeos_llvm_next_hash_unittest.py
+++ b/llvm_tools/update_chromeos_llvm_next_hash_unittest.py
@@ -917,8 +917,8 @@ class UpdateLLVMNextHashTest(unittest.TestCase):
mock_uprev_ebuild.assert_called_once_with(symlink_path_to_package)
expected_commit_messages = [
- '-m %s' % 'llvm-next/tot: Update packages to r1000',
- '-m %s' % 'Following packages have been updated:',
+ '-m %s' % 'llvm-next/tot: upgrade to a123testhash5 (r1000)',
+ '-m %s' % 'The following packages have been updated:',
'-m %s' % 'path/to',
'-m %s' % 'For the package path/to:',
'-m %s' % 'The patch metadata file PATCHES.json was modified',