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 0e2f57e commit 271c5a3Copy full SHA for 271c5a3
tests/scripts/end_to_end_test_utilities.py
@@ -89,6 +89,8 @@ def run_codeflash_command(
89
test_root = pytest_dir if pytest_dir.is_dir() else cwd / "tests"
90
91
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}")
94
env = os.environ.copy()
95
env['PYTHONIOENCODING'] = 'utf-8'
96
process = subprocess.Popen(
0 commit comments