Skip to content

Commit

Permalink
Update links in run.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
TiejunMS committed Jan 12, 2024
1 parent 5659373 commit cd89bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cmake/usbx/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ cd $(dirname $0)

# Checkout externals
[ -d externals] || mkdir ../../externals
git clone https://github.com/azure-rtos/threadx.git ../../externals/threadx
git clone https://github.com/azure-rtos/netxduo.git ../../externals/netxduo
git clone https://github.com/azure-rtos/filex.git ../../externals/filex
git clone https://github.com/eclipse-threadx/threadx.git ../../externals/threadx
git clone https://github.com/eclipse-threadx/netxduo.git ../../externals/netxduo
git clone https://github.com/eclipse-threadx/filex.git ../../externals/filex

# Add junit output for ctest generation
if ! grep -q "\-\-output\-junit \$1.xml" ../../externals/threadx/scripts/cmake_bootstrap.sh; then
Expand Down

0 comments on commit cd89bf0

Please sign in to comment.