Skip to content

Commit

Permalink
More verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
stxue1 committed Jan 8, 2025
1 parent 27431e1 commit 5cae604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil/test/cwl/cwlTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ def test_run_conformance_with_caching(self) -> None:
def test_run_conformance_with_task_caching(self) -> None:
self.test_run_conformance(
junit_file=os.path.join(self.rootDir, "task-caching-conformance-1.2.junit.xml"),
extra_args=["--cachedir", self._createTempDir("task_cache")]
extra_args=["--cachedir", self._createTempDir("task_cache"), "--verbose"]
)

@slow
Expand Down

0 comments on commit 5cae604

Please sign in to comment.