generate-all-test-cases: make output default to test/data/manifests
This commit is contained in:
parent
a2c46bdf3a
commit
735c6ec9c3
1 changed files with 2 additions and 2 deletions
|
|
@ -1354,8 +1354,8 @@ def get_args():
|
|||
"--output",
|
||||
metavar="DIR",
|
||||
type=os.path.abspath,
|
||||
help="directory for storing generated image test cases",
|
||||
required=True
|
||||
default="test/data/manifests",
|
||||
help="directory for storing generated image test cases (default 'test/data/manifests')"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--sources",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue