Skip to content

Commit 271c5a3

Browse files
committed
debug
1 parent 0e2f57e commit 271c5a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/scripts/end_to_end_test_utilities.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ def run_codeflash_command(
8989
test_root = pytest_dir if pytest_dir.is_dir() else cwd / "tests"
9090

9191
command = build_command(cwd, config, test_root, config.benchmarks_root if config.benchmarks_root else None)
92+
logging.info(f"Executing command: {' '.join(command)}")
93+
logging.info(f"Working directory: {cwd}")
9294
env = os.environ.copy()
9395
env['PYTHONIOENCODING'] = 'utf-8'
9496
process = subprocess.Popen(

0 commit comments

Comments
 (0)