We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f448f commit 5505b4eCopy full SHA for 5505b4e
.evergreen/scripts/run_tests.py
@@ -122,8 +122,10 @@ def handle_aws_lambda() -> None:
122
target = ROOT / "test/lambda/mongodb" / dname
123
shutil.rmtree(target, ignore_errors=True)
124
shutil.copytree(ROOT / dname, target)
125
+ print("******", target, os.listdir(target))
126
# Remove the original so files from the lambda directory.
127
for so_path in before_sos:
128
+ print("removing file", so_path)
129
(ROOT / "test/lambda/mongodb" / so_path).unlink()
130
# Remove the new so files from the ROOT directory.
131
for dname in dirs:
0 commit comments