test.py: s/defalt/default/

this typo was identified by codespell

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#16980
This commit is contained in:
Kefu Chai
2024-01-25 12:08:19 +08:00
committed by Botond Dénes
parent 6d5ee6d48a
commit ee28cf2285

View File

@@ -1278,7 +1278,7 @@ def parse_cmd_line() -> argparse.Namespace:
"lcov file per suite, lcov file per mode, and an lcov file for the entire run, "
"The lcov files can eventually be used for generating coverage reports")
parser.add_argument("--coverage-mode",action = 'append', type = str, dest = "coverage_modes",
help = "Collect and process coverage only for the modes specified. implies: --coverage, defalt: All built modes")
help = "Collect and process coverage only for the modes specified. implies: --coverage, default: All built modes")
parser.add_argument("--coverage-keep-raw",action = 'store_true',
help = "Do not delete llvm raw profiles when processing coverage reports.")
parser.add_argument("--coverage-keep-indexed",action = 'store_true',