Skip to content

Commit

Permalink
tests/ports/psoc6/run_psoc6_tests.sh: Fixed device select for multi.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx committed Aug 8, 2024
1 parent 5521dcc commit cccea2d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/ports/psoc6/run_psoc6_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,6 @@ run_ci_tests() {
fi
fi
i2s_tests

dev_test=${devs[0]}
dev_test=${devs[1]}
multi_tests

# TODO: Bitstream not working for CY8CPROTO-062-4343W. Fix needed.
# if [ "${board}" == "CY8CPROTO-062-4343W" ] || [ "${board}" == "CY8CPROTO-063-BLE" ]; then
Expand All @@ -363,10 +359,13 @@ run_ci_tests() {
fi
# bitstream_tests


dev_test=${devs[0]}
wtd_tests

dev_test=${devs[0]}
dev_stub=${devs[1]}
multi_tests

echo
echo "##########################################"
}
Expand Down

0 comments on commit cccea2d

Please sign in to comment.