Skip to content

Commit 8d785ab

Browse files
committed
Propagated print
1 parent 8c32d47 commit 8d785ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoketest_line_invalidation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_profile(test_stem, outdir_p, test_dir):
5858
outdir_p / f"{test_stem}.json",
5959
test_dir / f"{test_stem}.py",
6060
],
61-
capture_output=True,
61+
# capture_output=True,
6262
check=True,
6363
)
6464
with open(outdir_p / f"{test_stem}.json", "r") as f:

0 commit comments

Comments
 (0)