Skip to content

Commit

Permalink
tests/ports/psoc6/run_psoc6_tests.sh: Upgraded run-tests.py.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx authored and NikhitaR-IFX committed Nov 5, 2024
1 parent edd672e commit 9b34d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ports/psoc6/run_psoc6_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ run_tests() {
test_dir_flag="-d"
case ${tests} in *.py) test_dir_flag="";; esac

./run-tests.py --target psoc6 --device ${test_dev} ${test_dir_flag} ${tests} ${excluded_tests}
./run-tests.py -t port:${test_dev} ${test_dir_flag} ${tests} ${excluded_tests}

exit_code=$?

Expand Down

0 comments on commit 9b34d13

Please sign in to comment.