Skip to content

Commit

Permalink
chore(testing): added "--show-failed-logs" to pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 committed Oct 24, 2023
1 parent 3d3cb47 commit 0bdffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_pipeline(config, cores):

try:
result = subprocess.run(
["capcruncher", "pipeline", "-c", str(cores), "all", "-p"]
["capcruncher", "pipeline", "-c", str(cores), "all", "-p", "--show-failed-logs"]
)
except Exception as e:
print(e)
Expand Down

0 comments on commit 0bdffe2

Please sign in to comment.