Skip to content

Commit 70e820c

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

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
@@ -158,7 +158,7 @@ def copy_files(input_cp_files):
158158

159159
cp_cmd = f"{mpr_connect} {mpr_run_script} {cp_sub_cmd}"
160160

161-
ls_cmd = f"cd ./ports/psoc6/inputs/ && ls -l"
161+
ls_cmd = f"ls -l ./ports/psoc6/inputs"
162162

163163
logger.debug(f"cp_files command: {cp_cmd}")
164164

0 commit comments

Comments
 (0)