Skip to content

Commit b858881

Browse files
committed
Update test_runner.py
1 parent ee1d386 commit b858881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/verification/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def run_behavioral_tests(
9898
coverage_cmd.extend(shlex.split(pytest_cmd, posix=IS_POSIX)[1:])
9999

100100
blocklist_args = [f"-p no:{plugin}" for plugin in BEHAVIORAL_BLOCKLISTED_PLUGINS if plugin != "cov"]
101-
101+
logger.info(f"{' '.join(coverage_cmd + common_pytest_args + blocklist_args + result_args + test_files)}")
102102
results = execute_test_subprocess(
103103
coverage_cmd + common_pytest_args + blocklist_args + result_args + test_files,
104104
cwd=cwd,

0 commit comments

Comments
 (0)