aboutsummaryrefslogtreecommitdiff
path: root/test_toolchains.py
diff options
context:
space:
mode:
authorcmtice <cmtice@google.com>2015-05-27 08:07:50 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-27 19:40:05 +0000
commitb45880993bbac2be9766defb99ccce32eab2a897 (patch)
treeab225d4e457eb9b3f5dc1f4c980e16b1617d2d4f /test_toolchains.py
parent7f3190b3fb89522ea85b87200241962634369e9a (diff)
downloadtoolchain-utils-b45880993bbac2be9766defb99ccce32eab2a897.tar.gz
Fix typo from previous commit.
Remove leftover colon from end of line that's no longer a conditional check. BUG=None TEST=None Change-Id: I3cbcc5f18280adb3044386df205de7309c7a7855 Reviewed-on: https://chrome-internal-review.googlesource.com/217440 Reviewed-by: Yunlian Jiang <yunlian@google.com> Commit-Queue: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'test_toolchains.py')
-rwxr-xr-xtest_toolchains.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_toolchains.py b/test_toolchains.py
index 6c6ce63e..2bcb6171 100755
--- a/test_toolchains.py
+++ b/test_toolchains.py
@@ -304,7 +304,7 @@ class ToolchainComparator(ChromeOSCheckout):
label = self._BuildAndImage(label)
labels.append(label)
self._FinishSetup()
- self._TestLabels(labels):
+ self._TestLabels(labels)
self._SendEmail()
# Only try to copy the image files if the test runs ran successfully.
self._CopyWeeklyReportFiles(labels)