mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
test.py: remove an unused option
Message-Id: <20191204142622.89920-2-kostja@scylladb.com>
This commit is contained in:
committed by
Avi Kivity
parent
64cade15cc
commit
bc482ee666
2
test.py
2
test.py
@@ -272,8 +272,6 @@ def parse_cmd_line():
|
||||
default_num_jobs = min(default_num_jobs_mem, default_num_jobs_cpu)
|
||||
|
||||
parser = argparse.ArgumentParser(description="Scylla test runner")
|
||||
parser.add_argument('--fast', action="store_true",
|
||||
help="Run only fast tests")
|
||||
parser.add_argument('--name', action="store",
|
||||
help="Run only test whose name contains given string")
|
||||
parser.add_argument('--mode', choices=all_modes, action="append", dest="modes",
|
||||
|
||||
Reference in New Issue
Block a user