Skip to content
Snippets Groups Projects
Commit 95746dd5 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #8030 from ctiller/sweep2

Add missing flag option
parents 1f5d5fc5 6388da5a
No related branches found
No related tags found
No related merge requests found
......@@ -374,7 +374,7 @@ argp.add_argument('-r', '--regex', default='.*', type=str,
argp.add_argument('--bq_result_table', default=None, type=str,
help='Bigquery "dataset.table" to upload results to.')
argp.add_argument('--category',
choices=['smoketest','all','scalable'],
choices=['smoketest','all','scalable','sweep'],
default='all',
help='Select a category of tests to run.')
argp.add_argument('--netperf',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment