aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/llvm_bisection_unittest.py
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2021-03-10 06:31:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-10 06:31:14 +0000
commit4e4201457e5f51a132101c611c79ccff9f713c8b (patch)
tree73936aba47fe1dc71e9cc05af9747036e935608c /llvm_tools/llvm_bisection_unittest.py
parent0a35ded01fa107e50abf49772d6df5d1d20f6b4d (diff)
parent898f8d62d1305674635d1e341b5839154d4e6acd (diff)
downloadtoolchain-utils-4e4201457e5f51a132101c611c79ccff9f713c8b.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/toolchain-utils/+/1624621 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I023fd8e313c424247c323d458b88e77a2930b33b
Diffstat (limited to 'llvm_tools/llvm_bisection_unittest.py')
-rwxr-xr-xllvm_tools/llvm_bisection_unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_tools/llvm_bisection_unittest.py b/llvm_tools/llvm_bisection_unittest.py
index a40770a5..cc22dfa4 100755
--- a/llvm_tools/llvm_bisection_unittest.py
+++ b/llvm_tools/llvm_bisection_unittest.py
@@ -301,7 +301,7 @@ class LLVMBisectionTest(unittest.TestCase):
[
os.path.join(args_output.chroot_path, 'chromite/bin/gerrit'),
'abandon',
- cl,
+ str(cl),
],
stderr=subprocess.STDOUT,
encoding='utf-8',