Skip to content

Commit b4bc449

Browse files
committed
more debug
1 parent 7fbe683 commit b4bc449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/stubtest_third_party.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ def setup_gdb_stubtest_command(venv_dir: Path, stubtest_cmd: list[str]) -> bool:
239239
print("!!! adding site", site_pkgs_path)
240240
print("!!! sys.path", sys.path)
241241
242+
import subprocess
243+
subprocess.run("find / | grep librt", shell=True)
244+
242245
exit_code = 1
243246
try:
244247
# gdb wraps stdout and stderr without a .fileno

0 commit comments

Comments
 (0)