Skip to content

Commit a38633c

Browse files
.
1 parent f9cc86c commit a38633c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/integrations/aws_lambda/test_aws_lambda.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ def before_test():
7979
}
8080

8181
finally:
82+
with open(debug_log_file, "r", errors="replace") as f:
83+
print(f.read())
84+
8285
print("[test_environment fixture] Tearing down AWS Lambda test infrastructure")
8386

8487
process.terminate()

0 commit comments

Comments
 (0)