Skip to content

Commit 31a84c8

Browse files
committed
tests/ports/psoc6: Debug fs test failure.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent dbb0fa7 commit 31a84c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/ports/psoc6/mp_custom

tests/ports/psoc6/mp_custom/fs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def copy_files(input_cp_files):
155155
append_cmd_operand = " + "
156156
cp_sub_cmd += f"cp {test_input_dir}/{file} :{remote_directory_path}{append_cmd_operand}"
157157

158-
cp_cmd = f"{mpr_connect} {cp_sub_cmd}"
158+
cp_cmd = f"{mpr_connect} {mpr_run_script} {cp_sub_cmd}"
159159

160160
logger.debug(f"cp_files command: {cp_cmd}")
161161

0 commit comments

Comments
 (0)