Skip to content

Commit

Permalink
MoleculeScenario: capture_output=True
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawhleinad committed Jan 8, 2025
1 parent 1b4bb25 commit c79c2f1
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 c79c2f1

Please sign in to comment.