Skip to content

Commit e4d9b28

Browse files
authored
[hotfix] Fix cirque test due to openthread change (project-chip#4085)
* [hotfix] Fix cirque test due to openthread change * Revert "temporary disable cirque test (project-chip#4076)" This reverts commit 69a35c0.
1 parent 305fd02 commit e4d9b28

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

scripts/tests/cirque_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function __cirquetest_start_flask() {
5656
echo 'Start Flask'
5757
cd "$REPO_DIR"/third_party/cirque/repo
5858
FLASK_APP='cirque/restservice/service.py' \
59-
PATH="$PATH":"$REPO_DIR"/third_party/cirque/repo/openthread/output/x86_64-unknown-linux-gnu/bin/ \
59+
PATH="$PATH":"$REPO_DIR"/third_party/cirque/repo/openthread/output/simulation/bin/ \
6060
python3 -m flask run >"$LOG_DIR/$CURRENT_TEST/flask.log" 2>&1
6161
}
6262

0 commit comments

Comments
 (0)