We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c32d47 commit 8d785abCopy full SHA for 8d785ab
test/smoketest_line_invalidation.py
@@ -58,7 +58,7 @@ def get_profile(test_stem, outdir_p, test_dir):
58
outdir_p / f"{test_stem}.json",
59
test_dir / f"{test_stem}.py",
60
],
61
- capture_output=True,
+ # capture_output=True,
62
check=True,
63
)
64
with open(outdir_p / f"{test_stem}.json", "r") as f:
0 commit comments