Skip to content

Commit 6cecc2d

Browse files
committed
tests/ports/psoc6: Add print for debug.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent 481d313 commit 6cecc2d

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

158158
logger.debug(f"cp_files command: {cp_cmd}")
159159

160-
subprocess.run(cp_cmd, shell=True, capture_output=True)
160+
print("Copying files...", subprocess.run(cp_cmd, shell=True, capture_output=True))
161161

162162

163163
def validate_test(files, file_sizes):

0 commit comments

Comments
 (0)