Skip to content

Commit

Permalink
Update the path of chip-all-clusters-app into scripts/tests/test_suit…
Browse files Browse the repository at this point in the history
…es.sh so it can either be runned from CI or from a build from ./gn_build.sh (#7638)
  • Loading branch information
vivien-apple authored and pull[bot] committed Jul 2, 2021
1 parent cbae931 commit 1397312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build all clusters app
timeout-minutes: 5
run: |
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug chip_config_network_layer_ble=false
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug/standalone/ chip_config_network_layer_ble=false
- name: Build chip-tool
timeout-minutes: 5
run: |
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Run Build Test Server
timeout-minutes: 5
run: |
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug chip_config_network_layer_ble=false
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug/standalone/ chip_config_network_layer_ble=false
- name: Build chip-tool
timeout-minutes: 5
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/test_suites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ for j in "${iter_array[@]}"; do
rm -rf /tmp/all-clusters-log
rm -rf /tmp/pid
(
stdbuf -o0 out/debug/chip-all-clusters-app &
stdbuf -o0 out/debug/standalone/chip-all-clusters-app &
echo $! >&3
) 3>/tmp/pid | tee /tmp/all-clusters-log &
while ! grep -q "Server Listening" /tmp/all-clusters-log; do
Expand Down

0 comments on commit 1397312

Please sign in to comment.