Skip to content

Commit

Permalink
Disambiguated --out to --outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jfennick committed Dec 8, 2022
1 parent b36fd6c commit 8d46783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_iwdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_directory_literal_with_real_inputs_inside(tmp_path: Path) -> None:
"""Cope with unmoveable files in the output directory created by Docker+IWDR."""
err_code, _, _ = get_main_output(
[
"--out",
"--outdir",
str(tmp_path),
get_data("tests/iwdr_dir_literal_real_file.cwl"),
"--example={}".format(get_data("tests/__init__.py")),
Expand All @@ -62,7 +62,7 @@ def test_bad_listing_expression(tmp_path: Path) -> None:
"""Confirm better error message for bad listing expression."""
err_code, _, stderr = get_main_output(
[
"--out",
"--outdir",
str(tmp_path),
get_data("tests/iwdr_bad_expr.cwl"),
"--example={}".format(get_data("tests/__init__.py")),
Expand Down

0 comments on commit 8d46783

Please sign in to comment.