Skip to content

Commit

Permalink
[tests] fix openwrt CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp committed Jul 3, 2023
1 parent aad2302 commit 75047e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/openwrt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ do_prepare()
docker exec "${CONTAINER_NAME}" scripts/feeds install libjson-c libubox libubus libavahi-client

docker cp feeds.conf "${CONTAINER_NAME}":/home/build/openwrt/feeds.conf
docker exec "${CONTAINER_NAME}" sudo chown -R build:build /home/build/ot-br-posix /home/build/openwrt/feeds.conf /home/build/openwrt/bin
docker exec "${CONTAINER_NAME}" chown -R build:build /home/build/ot-br-posix /home/build/openwrt/feeds.conf /home/build/openwrt/bin
docker exec "${CONTAINER_NAME}" scripts/feeds update openthread
docker exec "${CONTAINER_NAME}" make defconfig
docker exec "${CONTAINER_NAME}" scripts/feeds install openthread-br
Expand Down

0 comments on commit 75047e5

Please sign in to comment.