summaryrefslogtreecommitdiffstats
path: root/components/test
diff options
context:
space:
mode:
authorvabr <vabr@chromium.org>2015-04-23 09:29:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-23 16:30:47 +0000
commit9d767c51aa4a36031b27177344c1852784200b16 (patch)
treecda42d0ddef3c1585d25ff12fc1517bbf81668fb /components/test
parenta1da51df82a56580546391f69dac7c1ddb296c70 (diff)
downloadchromium_src-9d767c51aa4a36031b27177344c1852784200b16.zip
chromium_src-9d767c51aa4a36031b27177344c1852784200b16.tar.gz
chromium_src-9d767c51aa4a36031b27177344c1852784200b16.tar.bz2
[Password manager tests automation] Fix syntax error
Adding back a line which seemed to have been droppped by accident in https://codereview.chromium.org/1084553003 R=melandory@chromium.org BUG=369521 Review URL: https://codereview.chromium.org/1094453007 Cr-Commit-Position: refs/heads/master@{#326538}
Diffstat (limited to 'components/test')
-rw-r--r--components/test/data/password_manager/automated_tests/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/test/data/password_manager/automated_tests/tests.py b/components/test/data/password_manager/automated_tests/tests.py
index f8fe6ff..ac5a44a 100644
--- a/components/test/data/password_manager/automated_tests/tests.py
+++ b/components/test/data/password_manager/automated_tests/tests.py
@@ -569,6 +569,7 @@ def main():
parser.add_argument("--save-only-failures",
help="Only save logs for failing tests.",
dest="save_only_failures", action="store_true",
+ default=False)
parser.add_argument("website", help="Website test name on which"
"tests should be run.")
parser.add_argument("--test-cases-to-run", help="Names of test cases which"