Test/manifest_tests: --osb-store -> --osbuild-store
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
b2bf7bc11b
commit
2622782604
1 changed files with 2 additions and 2 deletions
|
|
@ -330,7 +330,7 @@ def get_argparser():
|
|||
help="Git ref to checkout in the osbuild/images repository."
|
||||
)
|
||||
parser.add_argument(
|
||||
"--osb-store",
|
||||
"--osbuild-store",
|
||||
metavar="PATH",
|
||||
type=os.path.abspath,
|
||||
default=None,
|
||||
|
|
@ -392,7 +392,7 @@ def main():
|
|||
print(f"👷 Using working directory: {workdir}")
|
||||
os.chdir(workdir)
|
||||
|
||||
osbuild_store_dir = args.osb_store or os.path.join(workdir, "osbuild-store")
|
||||
osbuild_store_dir = args.osbuild_store or os.path.join(workdir, "osbuild-store")
|
||||
os.makedirs(osbuild_store_dir, exist_ok=True)
|
||||
print(f"💾 Using osbuild store directory: {osbuild_store_dir}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue