Skip to content

Commit

Permalink
Update cirque_tests.sh
Browse files Browse the repository at this point in the history
mandatorily compile ot simulation, would fix the version check in the follow-up
  • Loading branch information
yunhanw-google authored Feb 1, 2023
1 parent 4024da8 commit 0766e7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/tests/cirque_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ function __cirquetest_build_ot() {
function __cirquetest_build_ot_lazy() {
pushd .
cd "$REPO_DIR"/third_party/openthread/repo
([[ -f "$OT_SIMULATION_CACHE_STAMP_FILE" ]] &&
[[ "$(cat "$OT_SIMULATION_CACHE_STAMP_FILE")" = "$OPENTHREAD_CHECKOUT" ]] &&
[[ -f "$OT_SIMULATION_CACHE" ]] &&
tar zxf "$OT_SIMULATION_CACHE") ||
__cirquetest_build_ot
__cirquetest_build_ot
popd
}

Expand Down

0 comments on commit 0766e7c

Please sign in to comment.