Skip to content

Commit

Permalink
[tests] remove stale code in test bootstrap script (#2691)
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-cl authored Feb 5, 2025
1 parent 731e115 commit 0a9a469
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,6 @@ case "$(uname)" in
exit 0
fi

if [ "$BUILD_TARGET" == otbr-dbus-check ]; then
install_openthread_binraries
configure_network
install_common_dependencies
exit 0
fi

if [ "$BUILD_TARGET" == check ] || [ "$BUILD_TARGET" == meshcop ]; then
install_openthread_binraries
sudo apt-get install --no-install-recommends -y avahi-daemon avahi-utils
Expand Down

0 comments on commit 0a9a469

Please sign in to comment.