summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-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"