Skip to content

Commit

Permalink
MoleculeScenario: capture_output=True
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawhleinad authored and audgirka committed Jan 29, 2025
1 parent 16fa57c commit 7bbee1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_ansible/molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def test(self) -> subprocess.CompletedProcess: # type: ignore[type-arg]
"""
return subprocess.run(
args=[sys.executable, "-m", "molecule", "test", "-s", self.name],
capture_output=False,
capture_output=True,
check=False,
cwd=self.parent_directory,
shell=False,
Expand Down

0 comments on commit 7bbee1c

Please # to comment.