Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit f656c68

Browse files
author
Harry Le
committed
test: update log folder
1 parent 2d294ac commit f656c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/e2e-test/utils/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def log_response(data, test_name):
55
"""Log the data to a file named after the test."""
6-
log_dir="e2e-test/logs"
6+
log_dir="logs"
77
os.makedirs(log_dir, exist_ok=True) # Ensure log directory exists
88
file_path = os.path.join(log_dir, f"{test_name}.txt") # Log file per test
99

0 commit comments

Comments
 (0)