Skip to content

Commit 5505b4e

Browse files
committed
debug
1 parent 68f448f commit 5505b4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/run_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,10 @@ def handle_aws_lambda() -> None:
122122
target = ROOT / "test/lambda/mongodb" / dname
123123
shutil.rmtree(target, ignore_errors=True)
124124
shutil.copytree(ROOT / dname, target)
125+
print("******", target, os.listdir(target))
125126
# Remove the original so files from the lambda directory.
126127
for so_path in before_sos:
128+
print("removing file", so_path)
127129
(ROOT / "test/lambda/mongodb" / so_path).unlink()
128130
# Remove the new so files from the ROOT directory.
129131
for dname in dirs:

0 commit comments

Comments
 (0)