Skip to content

Commit

Permalink
tests/psoc6: Add mpremote tool path.
Browse files Browse the repository at this point in the history
Signed-off-by: NikhitaR-IFX <[email protected]>
  • Loading branch information
NikhitaR-IFX committed Jan 29, 2024
1 parent aca1a4b commit 9e0cffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/psoc6/run_psoc6_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ if [ ${fs} -eq 1 ]; then

echo " running filesystem tests ... "
echo
MPREMOTE="../../tools/mpremote/mpremote.py"

./run-tests.py --target psoc6 --device ${device0} \
\
Expand All @@ -264,6 +263,7 @@ if [ ${fs} -eq 1 ]; then
echo " attempting to save different test files in flash "
echo
echo " saving test_fs_small_file.txt to FS - (size : 10KB) "
MPREMOTE="../../tools/mpremote/mpremote.py"
command_output=$(python3 ${MPREMOTE} fs cp test_inputs/test_fs_small_file.txt :/)
exp_output="cp test_inputs/test_fs_small_file.txt :/"
if [ "$command_output" != "$exp_output" ]; then
Expand Down

0 comments on commit 9e0cffb

Please sign in to comment.